Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 97512a8

Browse files
fix: temporarily disable reporting to unblock releases (#114)
Source-Author: Stephanie Wang <[email protected]> Source-Date: Tue Aug 25 13:05:26 2020 -0400 Source-Repo: googleapis/synthtool Source-Sha: 968465a1cad496e1292ef4584a054a35f756ff94 Source-Link: googleapis/synthtool@968465a
1 parent 3c7f0e8 commit 97512a8

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.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

synth.metadata

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-bigqueryconnection.git",
7-
"sha": "8308c17dc85a2c7c5c41218596a1f88c5fcec592"
7+
"sha": "3c7f0e89e111ec3a519f9dd19fec6fb33174142b"
88
}
99
},
1010
{
@@ -27,7 +27,7 @@
2727
"git": {
2828
"name": "synthtool",
2929
"remote": "https://github.com/googleapis/synthtool.git",
30-
"sha": "9602086c6c5b05db77950c7f7495a2a3868f3537"
30+
"sha": "968465a1cad496e1292ef4584a054a35f756ff94"
3131
}
3232
}
3333
],

0 commit comments

Comments
 (0)