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

Commit 7fff6f2

Browse files
fix: temporarily disable reporting to unblock releases (#129)
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 558d593 commit 7fff6f2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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

+3-4
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-shared-dependencies.git",
7-
"sha": "d070266e7ddf8e5d0fb9965a6b404c78827b8f64"
7+
"sha": "558d593fa014a6a5762d5eb7405e9eea0213ed64"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "f8823dec98277a9516f2fb6fae9f58b3a59a23e1"
14+
"sha": "968465a1cad496e1292ef4584a054a35f756ff94"
1515
}
1616
}
1717
],
@@ -73,7 +73,6 @@
7373
"LICENSE",
7474
"codecov.yaml",
7575
"java.header",
76-
"license-checks.xml",
77-
"renovate.json"
76+
"license-checks.xml"
7877
]
7978
}

0 commit comments

Comments
 (0)