Fix a warning when running release command

[MAILPOET-3262]
This commit is contained in:
Pavel Dohnal
2021-01-04 13:18:08 +01:00
committed by Veljko V
parent fbaabd8a6e
commit 60f175bcca

View File

@@ -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()