Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
craigthackerx committed May 28, 2022
1 parent 493c106 commit a8151dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ export PKR_VAR_client_secret="${packer_client_secret}"
export PKR_VAR_subscription_id="${packer_subscription_id}"
export PKR_VAR_tenant_id="${packer_tenant_id}"

packer fmt -recursive "${packer_path}" -diff && \
packer fmt -recursive "${packer_path}" && \
packer build "${packer_path}"

0 comments on commit a8151dd

Please sign in to comment.