Skip to content

Commit

Permalink
chore: Disable updating release PRs because creds are broken
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma authored Sep 2, 2020
1 parent 92d8719 commit 70579d2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@ elif [ "$JOB_TYPE" = "release" ]; then
git fetch --depth=10000
python3 -m pip install git+https://github.com/googleapis/releasetool
python3 -m pip install gcp-docuploader
python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script
# TEMPORARY: Disable updating the github PR because credentials are broken.
# This should be resolved by ditching the magic proxy credentials and
# adopting the GitHub app that Ben Coe put together.
# python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script
if [ "$PACKAGE" = "republish" ]; then
(bundle update && bundle exec rake kokoro:republish) || set_failed_status
else
Expand Down

0 comments on commit 70579d2

Please sign in to comment.