Skip to content

Commit c1af6fb

Browse files
committed
Update var used in google_cloud_auth
1 parent 8042059 commit c1af6fb

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)