Fix a warning when running release command
[MAILPOET-3262]
This commit is contained in:
@@ -739,7 +739,7 @@ class RoboFile extends \Robo\Tasks {
|
|||||||
$this->taskGitStack()
|
$this->taskGitStack()
|
||||||
->stopOnFail()
|
->stopOnFail()
|
||||||
->checkout('master')
|
->checkout('master')
|
||||||
->pull()
|
->exec('git pull --ff-only')
|
||||||
->run();
|
->run();
|
||||||
// make sure release branch doesn't exist on github
|
// make sure release branch doesn't exist on github
|
||||||
$releaseBranchStatus = $this->taskGitStack()
|
$releaseBranchStatus = $this->taskGitStack()
|
||||||
|
Reference in New Issue
Block a user