File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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-bigtable.git",
7- "sha": "f9bf950a91a9264d539c5a8ad22e74a7fa3dc722 "
7+ "sha": "a6e70a9274917b54f69325279fd4cc7fdb7c4572 "
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