Skip to content

Commit

Permalink
packer: use pinned google sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
ridwanmsharif committed Jun 20, 2024
1 parent 5bf1b35 commit eefe637
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/packer/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,9 @@ install_puppet() {
install_gcloud() {
if ! command -v COMMAND &> /dev/null
then
curl https://sdk.cloud.google.com > install.sh
bash install.sh --disable-prompts
curl -O https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-cli-481.0.0-linux-x86_64.tar.gz
tar -xzf google-cloud-cli-481.0.0-linux-x86_64.tar.gz
bash google-cloud-sdk/install.sh --quiet
fi
}

Expand Down

0 comments on commit eefe637

Please sign in to comment.