Skip to content
Snippets Groups Projects
Commit fee9493b authored by Tim Jaacks's avatar Tim Jaacks
Browse files

generate-build-pipeline: re-add YAML format parsing

This was accidentally forgotten in the previous commit.
parent 9b777f29
No related branches found
No related tags found
1 merge request!313generate-build-pipeline: re-add YAML format parsing
Pipeline #75029 skipped with stage
...@@ -74,6 +74,7 @@ generate-build-pipeline: ...@@ -74,6 +74,7 @@ generate-build-pipeline:
# to explicitly pass any of them as command line arguments. # to explicitly pass any of them as command line arguments.
- .gitlab-ci/scripts/render_jinja2_template.py - .gitlab-ci/scripts/render_jinja2_template.py
--template=.gitlab-ci/${BUILD_PIPELINE_TEMPLATE} --template=.gitlab-ci/${BUILD_PIPELINE_TEMPLATE}
--format=yaml
> build-pipeline.yml > build-pipeline.yml
artifacts: artifacts:
expire_in: 4 weeks expire_in: 4 weeks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment