Skip to content
Snippets Groups Projects
Commit d9a9e720 authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

fixed yaml syntax for build and added rule block

parent 5346317b
No related branches found
No related tags found
1 merge request!1Feat add compute
Pipeline #12333 failed
...@@ -129,6 +129,11 @@ build_compute_image: ...@@ -129,6 +129,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