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 4fe8381 commit 5fd11c1Copy full SHA for 5fd11c1
.kokoro/build.sh
@@ -74,7 +74,7 @@ graalvmA)
74
# Run Unit and Integration Tests with Native Image
75
echo "HELLOOOO"
76
bash .kokoro/populate-secrets.sh
77
- export GOOGLE_APPLICATION_CREDENTIALS=${KOKORO_GFILE_DIR}/${GOOGLE_APPLICATION_CREDENTIALS}
+ export GOOGLE_APPLICATION_CREDENTIALS="${KOKORO_GFILE_DIR}/secret_manager/java-it-service-account"
78
# if [[ ! -z "${GOOGLE_APPLICATION_CREDENTIALS}" && "${GOOGLE_APPLICATION_CREDENTIALS}" != /* ]]; then
79
# echo "HELLO1"
80
# export GOOGLE_APPLICATION_CREDENTIALS=$(realpath ${KOKORO_GFILE_DIR}/${GOOGLE_APPLICATION_CREDENTIALS})
0 commit comments