Skip to content

Commit

Permalink
[HOTFIX] Add global merged options
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbelasichon committed Mar 10, 2020
1 parent 538b41d commit 934e2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Domain/Service/TaskManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function execute(string $taskName, Node $node, Application $application,

$globalOptions = $this->overrideOptions($definedTaskName, $deployment, $node, $application, $options);

$this->taskHistory[] = TaskInHistory::create($task, $node, $application, $deployment, $stage, $options);
$this->taskHistory[] = TaskInHistory::create($task, $node, $application, $deployment, $stage, $globalOptions);

if (!$deployment->isDryRun()) {
$task->execute($node, $application, $deployment, $globalOptions);
Expand Down

0 comments on commit 934e2b0

Please sign in to comment.