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
2 merge requests!3Change compute reference to login,!2feat(ssh_host_keys): add role for managing SSH host keys
...@@ -132,6 +132,11 @@ build_compute_image: ...@@ -132,6 +132,11 @@ build_compute_image:
- packer init openstack-compute - packer init openstack-compute
- packer validate openstack-compute - packer validate openstack-compute
- packer build -machine-readable openstack-compute | tee compute_build.log - packer build -machine-readable openstack-compute | tee compute_build.log
- |
rules:
- if: $PIPELINE_TARGET == "build"
when: always
build_http_proxy_image: 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