Skip to content

Commit 59e19de

Browse files
committed
add packer init now using packer plugins
1 parent 3442714 commit 59e19de

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/fatimage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
. venv/bin/activate
5555
. environments/${{ matrix.cloud }}/activate
5656
cd packer/
57+
packer init
5758
PACKER_LOG=1 packer build -only openstack.fatimage -on-error=ask -var-file=$PKR_VAR_environment_root/builder.pkrvars.hcl openstack.pkr.hcl
5859
5960
- name: Get created image name from manifest

.github/workflows/stackhpc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ jobs:
141141
. venv/bin/activate
142142
. environments/${{ matrix.cloud }}/activate
143143
cd packer/
144+
packer init
144145
PACKER_LOG=1 packer build -except openstack.fatimage -on-error=ask -var-file=$PKR_VAR_environment_root/builder.pkrvars.hcl openstack.pkr.hcl
145146
../dev/output_manifest.py packer-manifest.json # Sets NEW_COMPUTE_IMAGE_ID outputs
146147

0 commit comments

Comments
 (0)