mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-09-13 12:40:18 +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) {
|
if (!$releaseIsAvailable) {
|
||||||
Console::output('Release <bold>' . $this->getReleaseId() . '</bold> is invalid or unavailable for <bold>' . $this->getConfig()->getHost() . '</bold> ... <red>FAIL</red>');
|
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