Movie cleanup of releases on release task.
This commit is contained in:
Andrés Montañez
2014-08-07 11:03:27 -03:00
parent 1bcaca36f0
commit 825fc64b0a
5 changed files with 44 additions and 47 deletions
@@ -111,8 +111,6 @@ class TarGzTask extends BaseStrategyTaskAbstract implements IsReleaseAware
$command = 'rm ' . $localTarGz . ' ' . $localTarGz . '.tar.gz';
$result = $this->runCommandLocal($command) && $result;
$this->cleanUpReleases();
return $result;
}
}