Skip to content

Commit

Permalink
revert: "build: run in debug mode (#319)" (#320)
Browse files Browse the repository at this point in the history
This reverts commit a7e95df.
  • Loading branch information
chingor13 committed Aug 2, 2019
1 parent a7e95df commit de79e14
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .kokoro/continuous/propose_release.sh
Expand Up @@ -20,12 +20,10 @@ 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.
# 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 \
npx release-please 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 \
--debug
--release-type=java-auth-yoshi
fi

0 comments on commit de79e14

Please sign in to comment.