Skip to content

Commit

Permalink
build: run in debug mode (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored and chingor13 committed Aug 1, 2019
1 parent f4b5e24 commit a7e95df
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .kokoro/continuous/propose_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ export NPM_CONFIG_PREFIX=/home/node/.npm-global

if [ -f ${KOKORO_KEYSTORE_DIR}/73713_github-magic-proxy-url-release-please ]; then
# Groom the release PR as new commits are merged.
npx release-please release-pr --token=${KOKORO_KEYSTORE_DIR}/73713_github-magic-proxy-token-release-please \
# TODO: un-pin 2.3.1 once we've debugged:
npx release-please@2.3.1 release-pr --token=${KOKORO_KEYSTORE_DIR}/73713_github-magic-proxy-token-release-please \
--repo-url=googleapis/google-auth-library-java \
--package-name="google-auth-library-java" \
--api-url=${KOKORO_KEYSTORE_DIR}/73713_github-magic-proxy-url-release-please \
--proxy-key=${KOKORO_KEYSTORE_DIR}/73713_github-magic-proxy-key-release-please \
--release-type=java-auth-yoshi
--release-type=java-auth-yoshi \
--debug
fi

0 comments on commit a7e95df

Please sign in to comment.