Skip to content

Commit 26b68eb

Browse files
yoshi-automationcallmehiphop
authored andcommitted
build: switch to releasing with GitHub bot (#584)
1 parent 0e2cb7a commit 26b68eb

4 files changed

Lines changed: 5 additions & 42 deletions

File tree

handwritten/logging/.github/release-please.yml

Whitespace-only changes.

handwritten/logging/.kokoro/continuous/node10/test.cfg

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff 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-
}

handwritten/logging/.kokoro/test.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,3 @@ if npx check-node-version@3.3.0 --silent --node $COVERAGE_NODE; then
3535
else
3636
echo "coverage is only reported for Node $COVERAGE_NODE"
3737
fi
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/nodejs-logging \
43-
--package-name=@google-cloud/logging \
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

handwritten/logging/synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-09-05T18:25:49.014940Z",
2+
"updateTime": "2019-09-18T11:21:53.377897Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.36.2",
8-
"dockerImage": "googleapis/artman@sha256:0e6f3a668cd68afc768ecbe08817cf6e56a0e64fcbdb1c58c3b97492d12418a1"
7+
"version": "0.36.3",
8+
"dockerImage": "googleapis/artman@sha256:66ca01f27ef7dc50fbfb7743b67028115a6a8acf43b2d82f9fc826de008adac4"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "c9a1670dc4ab9c50757494e73f5167acd149692c",
16-
"internalRef": "267360549"
15+
"sha": "4aeb1260230bbf56c9d958ff28dfb3eba019fcd0",
16+
"internalRef": "269598918"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)