Skip to content

Commit

Permalink
Set packer config dir location
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Aug 1, 2024
1 parent 181d5ed commit 8344473
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions builder/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ TMP_SECRETS="$(mktemp)"

systemctl start notify

export PACKER_CONFIG_DIR="$PWD"

# get packer
curl -fsSL https://apt.releases.hashicorp.com/gpg | apt-key add -
apt-add-repository -y "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main"
Expand Down

0 comments on commit 8344473

Please sign in to comment.