Skip to content

Commit

Permalink
fix(node): move fetch codecov token to node8/test.cfg (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui authored Oct 12, 2018
1 parent c89c309 commit bb7c48a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
11 changes: 0 additions & 11 deletions synthtool/gcp/templates/node_library/.kokoro/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,6 @@ gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
# Use the trampoline script to run in docker.
build_file: "{{ metadata['repository_name'] }}/.kokoro/trampoline.sh"

# Bring in codecov.io master token into the build as $KOKORO_KEYSTORE_DIR/73713_dpebot_codecov_token
before_action {
fetch_keystore {
keystore_resource {
keystore_config_id: 73713
keyname: "dpebot_codecov_token"
backend_type: FASTCONFIGPUSH
}
}
}

# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Bring in codecov.io master token into the build as $KOKORO_KEYSTORE_DIR/73713_dpebot_codecov_token
before_action {
fetch_keystore {
keystore_resource {
keystore_config_id: 73713
keyname: "dpebot_codecov_token"
}
}
}

0 comments on commit bb7c48a

Please # to comment.