"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');
|
||||
$result = $gitTask
|
||||
->arg('describe')
|
||||
->interactive(false)
|
||||
->run();
|
||||
|
||||
$tmpDir = $this->_tmpDir();
|
||||
|
|
Loading…
Reference in a new issue