This repository was archived by the owner on Sep 19, 2023. It is now read-only.
File tree
Expand file treeCollapse file tree2 files changed
+6
-6
lines changed Expand file treeCollapse file tree2 files changed
+6
-6
lines changed Original file line number | Diff line number | Diff line change |
---|
|
16 | 16 | set -eo pipefail
|
17 | 17 |
|
18 | 18 | # 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 |
21 | 22 |
|
22 | 23 | source $(dirname "$0")/common.sh
|
23 | 24 | MAVEN_SETTINGS_FILE=$(realpath $(dirname "$0")/../../)/settings.xml
|
|
Original file line number | Diff line number | Diff line change |
---|
|
4 | 4 | "git": {
|
5 | 5 | "name": ".",
|
6 | 6 | "remote": "https://.com/googleapis/java-shared-dependencies.git",
|
7 |
| -"sha": "d070266e7ddf8e5d0fb9965a6b404c78827b8f64" |
| 7 | +"sha": "558d593fa014a6a5762d5eb7405e9eea0213ed64" |
8 | 8 | }
|
9 | 9 | },
|
10 | 10 | {
|
11 | 11 | "git": {
|
12 | 12 | "name": "synthtool",
|
13 | 13 | "remote": "https://.com/googleapis/synthtool.git",
|
14 |
| -"sha": "f8823dec98277a9516f2fb6fae9f58b3a59a23e1" |
| 14 | +"sha": "968465a1cad496e1292ef4584a054a35f756ff94" |
15 | 15 | }
|
16 | 16 | }
|
17 | 17 | ],
|
|
73 | 73 | "LICENSE",
|
74 | 74 | "codecov.yaml",
|
75 | 75 | "java.header",
|
76 |
| -"license-checks.xml", |
77 |
| -"renovate.json" |
| 76 | +"license-checks.xml" |
78 | 77 | ]
|
79 | 78 | }
|
You can’t perform that action at this time.
0 commit comments