We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88c8a0a commit be5000bCopy full SHA for be5000b
.kokoro/build.sh
@@ -75,6 +75,7 @@ graalvmA)
75
echo "HELLOOOO"
76
bash .kokoro/populate-secrets.sh
77
if [[ ! -z "${GOOGLE_APPLICATION_CREDENTIALS}" && "${GOOGLE_APPLICATION_CREDENTIALS}" != /* ]]; then
78
+ echo "HELLO1"
79
export GOOGLE_APPLICATION_CREDENTIALS=$(realpath ${KOKORO_GFILE_DIR}/${GOOGLE_APPLICATION_CREDENTIALS})
80
fi
81
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Pnative-test test -pl 'oauth2_http'
0 commit comments