We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b344c76 + 2deed73 commit e4fee69Copy full SHA for e4fee69
src/Console.php
@@ -28,7 +28,6 @@ public function loadPipeline(string $filename): PipelineConsoleRuntime
28
$factory = require $filename;
29
30
$pipeline = new Pipeline($this->pipelineRunner);
31
- $this->job($pipeline);
32
33
return $factory(new PipelineConsoleRuntime($this->output, $pipeline, $this->state->withPipeline(basename($filename))));
34
}
0 commit comments