We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08b5798 commit 73ffd65Copy full SHA for 73ffd65
.kokoro/build.sh
@@ -60,6 +60,7 @@ case ${JOB_TYPE} in
60
echo "Finished running unit tests"
61
;;
62
integration)
63
+ export DATASTORE_PROJECT_ID="${GOOGLE_CLOUD_PROJECT}"
64
generate_modified_modules_list
65
if [[ "$(release_please_snapshot_pull_request)" == "true" ]]; then
66
echo "Skipping integration tests as this is Release Please SNAPSHOT pull request."
0 commit comments