Conflicts:
	Mage/Task/Factory.php
This commit is contained in:
Andrés Montañez
2014-06-12 16:18:14 -03:00
16 changed files with 190 additions and 41 deletions
+5 -1
View File
@@ -310,7 +310,11 @@ class DeployCommand extends AbstractCommand implements RequiresEnvironment
case 'targz':
$deployStrategy = 'deployment/strategy/tar-gz';
break;
case 'git-rebase':
$deployStrategy = 'deployment/strategy/git-rebase';
break;
case 'guess':
default:
if ($this->getConfig()->release('enabled', false) == true) {