This repository was archived by the owner on Apr 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +1
-37
lines changed Expand file tree Collapse file tree 3 files changed +1
-37
lines changed Original file line number Diff line number Diff line change 1+ releaseType : javascript
Original file line number Diff line number Diff line change @@ -7,31 +7,3 @@ before_action {
77 }
88 }
99}
10-
11- # tokens used by release-please to keep an up-to-date release PR.
12- before_action {
13- fetch_keystore {
14- keystore_resource {
15- keystore_config_id: 73713
16- keyname: " github-magic-proxy-key-release-please"
17- }
18- }
19- }
20-
21- before_action {
22- fetch_keystore {
23- keystore_resource {
24- keystore_config_id: 73713
25- keyname: " github-magic-proxy-token-release-please"
26- }
27- }
28- }
29-
30- before_action {
31- fetch_keystore {
32- keystore_resource {
33- keystore_config_id: 73713
34- keyname: " github-magic-proxy-url-release-please"
35- }
36- }
37- }
Original file line number Diff line number Diff line change 3535else
3636 echo " coverage is only reported for Node $COVERAGE_NODE "
3737fi
38-
39- # if release-please keys set, we kick off a task to update the release-PR.
40- if [ -f ${KOKORO_KEYSTORE_DIR} /73713_github-magic-proxy-url-release-please ]; then
41- npx release-please release-pr --token=${KOKORO_KEYSTORE_DIR} /73713_github-magic-proxy-token-release-please \
42- --repo-url=googleapis/cloud-debug-nodejs \
43- --package-name=@google-cloud/debug-agent \
44- --api-url=${KOKORO_KEYSTORE_DIR} /73713_github-magic-proxy-url-release-please \
45- --proxy-key=${KOKORO_KEYSTORE_DIR} /73713_github-magic-proxy-key-release-please
46- fi
You can’t perform that action at this time.
0 commit comments