File tree 2 files changed +9
-11
lines changed
2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,6 @@ gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
13
13
# Use the trampoline script to run in docker.
14
14
build_file: " nodejs-bigtable/.kokoro/trampoline.sh"
15
15
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
-
27
16
# Configure the docker image for kokoro-trampoline.
28
17
env_vars: {
29
18
key: " TRAMPOLINE_IMAGE"
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments