Skip to content

Commit

Permalink
fix the GCP credentials variable name (#3252)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharbuz authored Sep 26, 2023
1 parent 60a9bc5 commit ec8fa39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ google_cloud_auth() {

gcloud auth activate-service-account --key-file ${keyFile} 2> /dev/null

export GOOGLE_APPLICATIONS_CREDENTIALS=${secretFileLocation}
export GOOGLE_APPLICATION_CREDENTIALS=${secretFileLocation}
}

retry() {
Expand Down

0 comments on commit ec8fa39

Please sign in to comment.