We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e739c45 commit af194a4Copy full SHA for af194a4
1 file changed
.buildkite/scripts/tooling.sh
@@ -30,7 +30,7 @@ google_cloud_auth() {
30
31
gcloud auth activate-service-account --key-file ${keyFile} 2> /dev/null
32
33
- export GOOGLE_APPLICATION_CREDENTIALS=${secretFileLocation}
+ export GOOGLE_APPLICATION_CREDENTIALS=${keyFile}
34
}
35
36
retry() {
0 commit comments