Skip to content

Commit

Permalink
Merge pull request #455 from stackhpc/bertiethorpe-patch-1
Browse files Browse the repository at this point in the history
Fix error in packer build command for nightly builds
  • Loading branch information
bertiethorpe authored Oct 17, 2024
2 parents c7f3b24 + f70ad22 commit 53cdd44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightlybuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
-on-error=${{ vars.PACKER_ON_ERROR }} \
-only=${{ matrix.build }} \
-var-file=$PKR_VAR_environment_root/${{ env.CI_CLOUD }}.pkrvars.hcl \
-var "source_image_name=${{ env.SOURCE_IMAGE }}"
-var "source_image_name=${{ env.SOURCE_IMAGE }}" \
openstack.pkr.hcl
env:
Expand Down

0 comments on commit 53cdd44

Please sign in to comment.