You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build.sh
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -97,8 +97,8 @@ fi
97
97
98
98
# Read action-specific environment variables
99
99
if [ "${system_tests}"-eq 1 ];then
100
-
if [ -z"${GOOGLE_APPLICATION_CREDENTIALS+set}" ] ;then
101
-
fatal 'Error: $GOOGLE_APPLICATION_CREDENTIALS is not set; invoke with something like GOOGLE_APPLICATION_CREDENTIALS=/path/to/service/account/creds.json'
100
+
if [ -z"${GOOGLE_APPLICATION_CREDENTIALS_FOR_TESTS+set}" ] ;then
101
+
fatal 'Error: $GOOGLE_APPLICATION_CREDENTIALS_FOR_TESTS is not set; invoke with something like GOOGLE_APPLICATION_CREDENTIALS_FOR_TESTS=/path/to/service/account/creds.json'
102
102
fi
103
103
104
104
if [ -z"${GOOGLE_CLOUD_PROJECT_FOR_TESTS+set}" ] ;then
@@ -139,7 +139,7 @@ if [ "${system_tests}" -eq 1 ]; then
139
139
echo"Running system tests using project ${GOOGLE_CLOUD_PROJECT_FOR_TESTS}"
0 commit comments