Skip to content

Commit

Permalink
fix: temporarily disable reporting to unblock releases (#225)
Browse files Browse the repository at this point in the history
Source-Author: Stephanie Wang <stephaniewang526@users.noreply.github.com>
Source-Date: Tue Aug 25 13:05:26 2020 -0400
Source-Repo: googleapis/synthtool
Source-Sha: 968465a1cad496e1292ef4584a054a35f756ff94
Source-Link: googleapis/synthtool@968465a
  • Loading branch information
yoshi-automation committed Aug 26, 2020
1 parent 6c430da commit 2b66535
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-pubsublite.git",
"sha": "a6afc60b5f3a48e6baa6fec404214a013b33c89b"
"sha": "6c430da5fad6f20146c0aa0d2d6645dc7e341c45"
}
},
{
Expand All @@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "05de3e1e14a0b07eab8b474e669164dbd31f81fb"
"sha": "968465a1cad496e1292ef4584a054a35f756ff94"
}
}
],
Expand Down Expand Up @@ -280,4 +280,4 @@
"samples/snapshot/pom.xml",
"samples/snippets/pom.xml"
]
}
}

0 comments on commit 2b66535

Please sign in to comment.