From ec8fa39c8396aaa3469d71afc9591cda5934468d Mon Sep 17 00:00:00 2001 From: sharbuz <87968844+sharbuz@users.noreply.github.com> Date: Tue, 26 Sep 2023 17:35:43 +0300 Subject: [PATCH] fix the GCP credentials variable name (#3252) --- .buildkite/scripts/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/scripts/common.sh b/.buildkite/scripts/common.sh index 08fd8aeff49..b1ec9608143 100644 --- a/.buildkite/scripts/common.sh +++ b/.buildkite/scripts/common.sh @@ -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() {