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

Commit a463264

Browse files
build: temporarily disable reporting to unblock releases
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 68f6573 commit a463264

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
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-functions.git",
7-
"sha": "c2ce5cfca5ccfb7d9676313a4ec0c0346db001d6"
7+
"sha": "68f65731f9d87b7c38ee1a991bd16c745cc27be2"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "9602086c6c5b05db77950c7f7495a2a3868f3537"
22+
"sha": "968465a1cad496e1292ef4584a054a35f756ff94"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)