mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-08-26 05:10:17 +02:00
Merge pull request #209 from ZesInternational/develop
added $currentCopy to the RollbackTask.php
This commit is contained in:
commit
25800b60e9
@ -88,6 +88,8 @@ class RollbackTask extends AbstractTask implements IsReleaseAware
|
||||
}
|
||||
}
|
||||
|
||||
$currentCopy = rtrim($releasesDirectory, '/') . '/' . $releaseId;
|
||||
|
||||
if (!$releaseIsAvailable) {
|
||||
Console::output('Release <bold>' . $this->getReleaseId() . '</bold> is invalid or unavailable for <bold>' . $this->getConfig()->getHost() . '</bold> ... <red>FAIL</red>');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user