This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
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://github.com/googleapis/java-functions.git",
7
- "sha": "c2ce5cfca5ccfb7d9676313a4ec0c0346db001d6 "
7
+ "sha": "68f65731f9d87b7c38ee1a991bd16c745cc27be2 "
8
8
}
9
9
},
10
10
{
19
19
"git": {
20
20
"name": "synthtool",
21
21
"remote": "https://github.com/googleapis/synthtool.git",
22
- "sha": "9602086c6c5b05db77950c7f7495a2a3868f3537 "
22
+ "sha": "968465a1cad496e1292ef4584a054a35f756ff94 "
23
23
}
24
24
}
25
25
],
You can’t perform that action at this time.
0 commit comments