Skip to content

Commit fa70399

Browse files
jkwluiJustinBeckwith
authored andcommittedOct 15, 2018
build: fix codecov uploading on Kokoro (#323)
* build: fix codecov uploading on Kokoro * build: fix codecov uploading on Kokoro
1 parent ac08dc7 commit fa70399

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed
 

‎.kokoro/common.cfg

-11
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: "nodejs-bigtable/.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

+9
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)