We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05de3e1 commit 968465aCopy full SHA for 968465a
synthtool/gcp/templates/java_library/.kokoro/release/stage.sh
@@ -16,8 +16,9 @@
16
set -eo pipefail
17
18
# 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
+# Disable reporting due to issue observed with Kokoro blocking releases
+# python3 -m pip install gcp-releasetool
21
+# python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script
22
23
source $(dirname "$0")/common.sh
24
MAVEN_SETTINGS_FILE=$(realpath $(dirname "$0")/../../)/settings.xml
0 commit comments