Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit cda2a0d

Browse files
authored
Merge branch 'master' into node-11-fix
2 parents 0d35fad + d0b0363 commit cda2a0d

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

.kokoro/common.cfg

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,6 @@ gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
1313
# Use the trampoline script to run in docker.
1414
build_file: "cloud-debug-nodejs/.kokoro/trampoline.sh"
1515

16-
# Bring in codecov.io master token into the build as $KOKORO_KEYSTORE_DIR/73713_dpebot_codecov_token
17-
before_action {
18-
fetch_keystore {
19-
keystore_resource {
20-
keystore_config_id: 73713
21-
keyname: "dpebot_codecov_token"
22-
backend_type: FASTCONFIGPUSH
23-
}
24-
}
25-
}
26-
2716
# Configure the docker image for kokoro-trampoline.
2817
env_vars: {
2918
key: "TRAMPOLINE_IMAGE"

.kokoro/presubmit/node8/test.cfg

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Bring in codecov.io master token into the build as $KOKORO_KEYSTORE_DIR/73713_dpebot_codecov_token
2+
before_action {
3+
fetch_keystore {
4+
keystore_resource {
5+
keystore_config_id: 73713
6+
keyname: "dpebot_codecov_token"
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)