File tree
Expand file treeCollapse file tree3 files changed
+7
-33
lines changed Expand file treeCollapse file tree3 files changed
+7
-33
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -13,32 +13,7 @@ action {
|
13 | 13 | }
|
14 | 14 | }
|
15 | 15 |
|
16 |
| -# Fetch the token needed for reporting release status to |
17 |
| -before_action { |
18 |
| -fetch_keystore { |
19 |
| -keystore_resource { |
20 |
| -keystore_config_id: 73713 |
21 |
| -keyname: "yoshi-automation--key" |
22 |
| -} |
23 |
| -} |
24 |
| -} |
25 |
| - |
26 |
| -# Fetch magictoken to use with Magic Proxy |
27 |
| -before_action { |
28 |
| -fetch_keystore { |
29 |
| -keystore_resource { |
30 |
| -keystore_config_id: 73713 |
31 |
| -keyname: "releasetool-magictoken" |
32 |
| -} |
33 |
| -} |
34 |
| -} |
35 |
| - |
36 |
| -# Fetch api key to use with Magic Proxy |
37 |
| -before_action { |
38 |
| -fetch_keystore { |
39 |
| -keystore_resource { |
40 |
| -keystore_config_id: 73713 |
41 |
| -keyname: "magic--proxy-api-key" |
42 |
| -} |
43 |
| -} |
| 16 | +env_vars: { |
| 17 | +key: "SECRET_MANAGER_KEYS" |
| 18 | +value: "releasetool-publish-reporter-app,releasetool-publish-reporter-googleapis-installation,releasetool-publish-reporter-pem" |
44 | 19 | }
|
Original file line number | Diff line number | Diff line change |
---|
|
16 | 16 | set -eo pipefail
|
17 | 17 |
|
18 | 18 | # Start the releasetool reporter
|
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 |
| 19 | +python3 -m pip install gcp-releasetool |
| 20 | +python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script |
22 | 21 |
|
23 | 22 | source $(dirname "$0")/common.sh
|
24 | 23 | 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-storage.git",
|
7 |
| -"sha": "8602b81eae95868e184fd4ab290396707bd21a8e" |
| 7 | +"sha": "9835c29eb645dc988f899733fba2aabca736e319" |
8 | 8 | }
|
9 | 9 | },
|
10 | 10 | {
|
11 | 11 | "git": {
|
12 | 12 | "name": "synthtool",
|
13 | 13 | "remote": "https://.com/googleapis/synthtool.git",
|
14 |
| -"sha": "968465a1cad496e1292ef4584a054a35f756ff94" |
| 14 | +"sha": "019c7168faa0e56619f792693a8acdb30d6de19b" |
15 | 15 | }
|
16 | 16 | }
|
17 | 17 | ],
|
|
You can’t perform that action at this time.
0 commit comments