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
@@ -99,8 +99,6 @@ class RsyncTask extends BaseStrategyTaskAbstract implements IsReleaseAware
. $this->getConfig()->deployment('user') . '@' . $this->getConfig()->getHostName() . ':' . $deployToDirectory;
$result = $this->runCommandLocal($command);
$this->cleanUpReleases();
return $result;
}