mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-08-28 10:08:56 +02:00
Change SCM configs.
This commit is contained in:
@@ -167,7 +167,8 @@ class Mage_Command_BuiltIn_Deploy
|
||||
if ($stage == 'post-deploy') {
|
||||
// Change Branch Back
|
||||
if ($this->getConfig()->deployment('scm', false)) {
|
||||
array_unshift($tasksToRun, 'scm/change-branch-back');
|
||||
array_unshift($tasksToRun, 'scm/change-branch');
|
||||
$config->addParameter('_changeBranchRevert');
|
||||
}
|
||||
|
||||
// Remove Remote Source
|
||||
|
||||
Reference in New Issue
Block a user