Skip to content

Commit e4fee69

Browse files
authored
Merge pull request #1 from php-etl/fix/console
The addition of the pipeline is done one level above, adding the pipeline a second time is useless
2 parents b344c76 + 2deed73 commit e4fee69

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)