Skip to content

Commit 968465a

Browse files
fix: temporarily disable reporting to unblock releases (#733)
1 parent 05de3e1 commit 968465a

File tree

1 file changed

+3
-2
lines changed
  • synthtool/gcp/templates/java_library/.kokoro/release

1 file changed

+3
-2
lines changed

synthtool/gcp/templates/java_library/.kokoro/release/stage.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616
set -eo pipefail
1717

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

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

0 commit comments

Comments
 (0)