1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-26 13:20:17 +02:00
This commit is contained in:
Andrés Montañez 2014-10-11 18:02:16 -02:00
parent dceb329211
commit 74087c9dd9

View File

@ -133,7 +133,7 @@ class ReleaseTask extends AbstractTask implements IsReleaseAware, SkipOnOverride
$directoryToDelete = $releasesDirectory . '/' . $releaseIdToDelete;
if ($directoryToDelete != '/') {
$command = 'rm -rf ' . $directoryToDelete;
$result = $this->runCommandRemote($command);
$this->runCommandRemote($command);
}
}
}