Skip to content

Commit

Permalink
DRIVERS-3062 Fix GCP OIDC Support (mongodb-labs#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Dec 4, 2024
1 parent c7b7f52 commit abbee34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .evergreen/csfle/gcpkms/download-gcloud.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ if command -v gcloud &> /dev/null; then
GCPKMS_GCLOUD=gcloud
else
echo "Download gcloud ... begin"
wget -q https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-cli-393.0.0-linux-x86_64.tar.gz
tar xf google-cloud-cli-393.0.0-linux-x86_64.tar.gz
wget -q https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-cli-502.0.0-linux-x86_64.tar.gz
tar xf google-cloud-cli-502.0.0-linux-x86_64.tar.gz
GCPKMS_GCLOUD=$(pwd)/google-cloud-sdk/bin/gcloud
echo "Download gcloud ... end"
fi
Expand Down

0 comments on commit abbee34

Please sign in to comment.