Skip to content

Commit cff1549

Browse files
committed
check value of GOOGLE_APPLICATION_CREDENTIALS
1 parent 68b2492 commit cff1549

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.kokoro/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ integration)
7373
graalvmA)
7474
# Run Unit and Integration Tests with Native Image
7575
bash .kokoro/populate-secrets.sh
76+
echo $GOOGLE_APPLICATION_CREDENTIALS
7677
export GOOGLE_APPLICATION_CREDENTIALS="${KOKORO_GFILE_DIR}/secret_manager/java-it-service-account"
7778
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Pnative-test test -pl 'oauth2_http'
7879
RETURN_CODE=$?

0 commit comments

Comments
 (0)