Checkout master

[MAILPOET-2004]
This commit is contained in:
Pavel Dohnal
2019-05-23 10:23:37 +02:00
committed by M. Shull
parent 68c4ad88cb
commit 850fe452ae

View File

@ -564,6 +564,11 @@ class RoboFile extends \Robo\Tasks {
if (strlen(trim($git_status->getMessage())) > 0) {
throw new \Exception('Please make sure your working directory is clean before running release.');
}
$this->taskGitStack()
->stopOnFail()
->checkout('master')
->pull()
->run();
}
public function releasePublish($version = null) {