Skip to content

Commit af194a4

Browse files
authored
Update var used in google_cloud_auth (#1518)
1 parent e739c45 commit af194a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/scripts/tooling.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ google_cloud_auth() {
3030

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

33-
export GOOGLE_APPLICATION_CREDENTIALS=${secretFileLocation}
33+
export GOOGLE_APPLICATION_CREDENTIALS=${keyFile}
3434
}
3535

3636
retry() {

0 commit comments

Comments
 (0)