File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 54
54
. venv/bin/activate
55
55
. environments/${{ matrix.cloud }}/activate
56
56
cd packer/
57
+ packer init
57
58
PACKER_LOG=1 packer build -only openstack.fatimage -on-error=ask -var-file=$PKR_VAR_environment_root/builder.pkrvars.hcl openstack.pkr.hcl
58
59
59
60
- name : Get created image name from manifest
Original file line number Diff line number Diff line change @@ -141,6 +141,7 @@ jobs:
141
141
. venv/bin/activate
142
142
. environments/${{ matrix.cloud }}/activate
143
143
cd packer/
144
+ packer init
144
145
PACKER_LOG=1 packer build -except openstack.fatimage -on-error=ask -var-file=$PKR_VAR_environment_root/builder.pkrvars.hcl openstack.pkr.hcl
145
146
../dev/output_manifest.py packer-manifest.json # Sets NEW_COMPUTE_IMAGE_ID outputs
146
147
You can’t perform that action at this time.
0 commit comments