"git describe" needs to be non-interactive so we can get its output
This commit is contained in:
parent
9d8bff3c42
commit
7bfe55fff6
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ class ReleaseCommand extends Tasks
|
||||||
$gitTask = $this->taskExec('git');
|
$gitTask = $this->taskExec('git');
|
||||||
$result = $gitTask
|
$result = $gitTask
|
||||||
->arg('describe')
|
->arg('describe')
|
||||||
|
->interactive(false)
|
||||||
->run();
|
->run();
|
||||||
|
|
||||||
$tmpDir = $this->_tmpDir();
|
$tmpDir = $this->_tmpDir();
|
||||||
|
|
Loading…
Reference in a new issue