Merge branch 'develop' into command-factory

This commit is contained in:
Claudio Zizza
2015-02-09 20:32:27 +01:00
21 changed files with 775 additions and 69 deletions
+5 -1
View File
@@ -211,7 +211,11 @@ class DeployCommand extends AbstractCommand implements RequiresEnvironment
if (self::$failedTasks === 0) {
$exitCode = 0;
}
if (self::$deployStatus === self::FAILED) {
$exitCode = 1;
}
return $exitCode;
}