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

Commit 2b6c77d

Browse files
fix: temporarily disable reporting to unblock releases (#302)
Source-Author: Stephanie Wang Source-Date: Tue Aug 25 13:05:26 2020 -0400 Source-Repo: googleapis/synthtool Source-Sha: 968465a1cad496e1292ef4584a054a35f756ff94 Source-Link: googleapis/synthtool@968465a
1 parent 2a3c03e commit 2b6c77d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.kokoro/release/stage.sh

Lines changed: 3 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"git": {
1212
"name": ".",
1313
"remote": "https://github.com/googleapis/java-bigquerydatatransfer.git",
14-
"sha": "3e7ba7f41bd56f2123c93c64ba6abdfc27d0fa0b"
14+
"sha": "2a3c03ef2204d46590e6d3fafe1b666bb7cd27b2"
1515
}
1616
},
1717
{
@@ -26,7 +26,7 @@
2626
"git": {
2727
"name": "synthtool",
2828
"remote": "https://github.com/googleapis/synthtool.git",
29-
"sha": "9602086c6c5b05db77950c7f7495a2a3868f3537"
29+
"sha": "968465a1cad496e1292ef4584a054a35f756ff94"
3030
}
3131
}
3232
],

0 commit comments

Comments
 (0)