SensioLabs Insight.

This commit is contained in:
Andrés Montañez
2015-02-21 14:23:24 -02:00
parent 00edf87862
commit dc18a91cf7
4 changed files with 26 additions and 37 deletions
@@ -59,8 +59,6 @@ class RollbackTask extends AbstractTask implements IsReleaseAware
$result = $this->runCommandRemote('ls -1 ' . $releasesDirectory, $output);
$releases = ($output == '') ? array() : explode(PHP_EOL, $output);
$inDeploy = $this->getParameter('inDeploy',false);
if (count($releases) == 0) {
Console::output('Release are not available for <bold>' . $this->getConfig()->getHost() . '</bold> ... <red>FAIL</red>');