Skip to content
Snippets Groups Projects
Commit 1529133b authored by Krish Moodbidri's avatar Krish Moodbidri Committed by Bo-Chun Chen
Browse files

fixed yaml syntax for build and added rule block

parent c951eb62
No related branches found
No related tags found
No related merge requests found
......@@ -132,6 +132,11 @@ build_compute_image:
- packer init openstack-compute
- packer validate openstack-compute
- packer build -machine-readable openstack-compute | tee compute_build.log
- |
rules:
- if: $PIPELINE_TARGET == "build"
when: always
build_http_proxy_image:
......
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