Skip to content

Commit

Permalink
fix: temporarily disable reporting to unblock releases (#176)
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 authored Aug 25, 2020
1 parent de8ae7d commit 22143fe
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
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
6 changes: 3 additions & 3 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-conformance-tests.git",
"sha": "25392f55efbe080540b306257d871dd5438da8bc"
"sha": "de8ae7d61588eb06f65ba7bff9ce33d31f2330c6"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "9602086c6c5b05db77950c7f7495a2a3868f3537"
"sha": "968465a1cad496e1292ef4584a054a35f756ff94"
}
}
],
Expand Down Expand Up @@ -76,4 +76,4 @@
"license-checks.xml",
"renovate.json"
]
}
}

0 comments on commit 22143fe

Please sign in to comment.