This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1616set -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
2223source $( dirname " $0 " ) /common.sh
2324MAVEN_SETTINGS_FILE=$( realpath $( dirname " $0 " ) /../../) /settings.xml
Original file line number Diff line number Diff line change 44 "git": {
55 "name": ".",
66 "remote": "https://github.com/googleapis/java-recommendations-ai.git",
7- "sha": "d36d0ffd56d765a16d71234311b6f13bb464bc46 "
7+ "sha": "ebed466336275273d6b496fdc8eed54710c3ad59 "
88 }
99 },
1010 {
1919 "git": {
2020 "name": "synthtool",
2121 "remote": "https://github.com/googleapis/synthtool.git",
22- "sha": "9602086c6c5b05db77950c7f7495a2a3868f3537 "
22+ "sha": "968465a1cad496e1292ef4584a054a35f756ff94 "
2323 }
2424 }
2525 ],
You can’t perform that action at this time.
0 commit comments