Skip to content

Commit

Permalink
fix: temporarily disable reporting to unblock releases (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniewang526 authored Aug 25, 2020
1 parent 05de3e1 commit 968465a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions synthtool/gcp/templates/java_library/.kokoro/release/stage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
set -eo pipefail

# Start the releasetool reporter
python3 -m pip install gcp-releasetool
python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script
# Disable reporting due to issue observed with Kokoro blocking releases
# python3 -m pip install gcp-releasetool
# python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script

source $(dirname "$0")/common.sh
MAVEN_SETTINGS_FILE=$(realpath $(dirname "$0")/../../)/settings.xml
Expand Down

0 comments on commit 968465a

Please sign in to comment.