mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-03 03:38:57 +02:00
SensioLabs Insight.
This commit is contained in:
@@ -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>');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user