Skip to content

Commit 2deed73

Browse files
committed
The addition of the pipeline is done one level above, adding the pipeline a second time is useless
1 parent b344c76 commit 2deed73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Console.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ public function loadPipeline(string $filename): PipelineConsoleRuntime
2828
$factory = require $filename;
2929

3030
$pipeline = new Pipeline($this->pipelineRunner);
31-
$this->job($pipeline);
3231

3332
return $factory(new PipelineConsoleRuntime($this->output, $pipeline, $this->state->withPipeline(basename($filename))));
3433
}

0 commit comments

Comments
 (0)