Skip to content

Commit 10ec91b

Browse files
authored
fix the GCP credentials variable unset (#1398)
1 parent a15c4f6 commit 10ec91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/scripts/integration_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ upload_safe_logs() {
9292
gsutil cp ${source} "gs://${bucket}/buildkite/${REPO_BUILD_TAG}/${target}"
9393

9494
rm -rf "${gsUtilLocation}"
95-
unset GOOGLE_APPLICATIONS_CREDENTIALS
95+
unset GOOGLE_APPLICATION_CREDENTIALS
9696
}
9797

9898
add_bin_path

0 commit comments

Comments
 (0)