Skip to content

Commit

Permalink
build: temporarily disable reporting to unblock releases (#397)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/d6a2ee58-3cb8-4530-86a0-87f5d69dc63a/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: googleapis/synthtool@968465a
  • Loading branch information
yoshi-automation committed Aug 26, 2020
1 parent 5d115d4 commit c3e1557
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .kokoro/release/stage.sh
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
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-spanner.git",
"sha": "3c78e90746d8cbc53a9d770a88b04719b1d1b90a"
"sha": "5d115d49b988b3fc1c59ae41ee53d7c5a83b4d11"
}
},
{
Expand All @@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "9602086c6c5b05db77950c7f7495a2a3868f3537"
"sha": "968465a1cad496e1292ef4584a054a35f756ff94"
}
}
],
Expand Down

0 comments on commit c3e1557

Please sign in to comment.