mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 17:22:41 +01:00
Fix issue
This commit is contained in:
parent
d81c6b599f
commit
dd54f5c09d
@ -99,7 +99,8 @@ class TaskCommand extends Command
|
||||
if ($this->deployer['onFailure']->has($this->getName())) {
|
||||
$taskName = $this->deployer['onFailure']->get($this->getName());
|
||||
$tasks = $this->deployer->scriptManager->getTasks($taskName, $hosts, $hooksEnabled);
|
||||
$executor->run($tasks, $hosts, $input, $output);
|
||||
|
||||
$executor->run($tasks, $hosts);
|
||||
}
|
||||
}
|
||||
throw $exception;
|
||||
|
Loading…
x
Reference in New Issue
Block a user