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
increment version number
  • Loading branch information
clemzarch committed Sep 22, 2023
1 parent 89ed54f commit 456e9a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"bin": ["bin/satellite", "bin/cloud"],
"extra": {
"branch-alias": {
"dev-main": "0.6.x-dev"
"dev-main": "0.7.x-dev"
},
"gyroscops": {
"adapters": [
Expand Down
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 456e9a7

Please sign in to comment.