Skip to content
Snippets Groups Projects
Commit 63d1c26b authored by Daniel Bauer's avatar Daniel Bauer :speech_balloon:
Browse files

[ci] fix syntax

parent ef072117
4 merge requests!27Operators for f4867170 (escape colon),!25Generate operators in CI,!24Draft: fixup! [ci] skip generation for testing purposes,!23Draft: fixup! [ci] skip generation for testing purposes
Pipeline #77531 passed with stages
in 1 minute and 19 seconds
...@@ -35,8 +35,8 @@ generate-child-pipeline: ...@@ -35,8 +35,8 @@ generate-child-pipeline:
do do
OP_NAME=$(echo $f | sed -E 's/operators-(.*)\.toml/\1/') OP_NAME=$(echo $f | sed -E 's/operators-(.*)\.toml/\1/')
cat >> child-pipeline.yml << EOF cat >> child-pipeline.yml << EOF
- OPERATOR_BASE_NAME: $OP_NAME - OPERATOR_BASE_NAME: $OP_NAME
EOF EOF
done done
artifacts: artifacts:
paths: paths:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment