Checkout master
[MAILPOET-2004]
This commit is contained in:
@ -564,6 +564,11 @@ class RoboFile extends \Robo\Tasks {
|
|||||||
if (strlen(trim($git_status->getMessage())) > 0) {
|
if (strlen(trim($git_status->getMessage())) > 0) {
|
||||||
throw new \Exception('Please make sure your working directory is clean before running release.');
|
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) {
|
public function releasePublish($version = null) {
|
||||||
|
Reference in New Issue
Block a user