Skip to content

Commit

Permalink
pipeline code should be required, because cloud configuration needs it
Browse files Browse the repository at this point in the history
  • Loading branch information
clemzarch committed Sep 22, 2023
1 parent 89ed54f commit 6b59b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Runtime/Pipeline/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function getConfigTreeBuilder(): TreeBuilder
->scalarPrototype()->end()
->end()
->scalarNode('name')->end()
->scalarNode('code')->end()
->scalarNode('code')->isRequired()->end()
->append($this->getStepsTreeBuilder()->getRootNode())
->end()
;
Expand Down

0 comments on commit 6b59b7f

Please sign in to comment.