Skip to content

Commit

Permalink
build: allow Node 10 on presubmit to push to codecov (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed May 7, 2019
1 parent 181a934 commit c119250
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
9 changes: 9 additions & 0 deletions .kokoro/presubmit/node10/test.cfg
@@ -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"
}
}
}
9 changes: 0 additions & 9 deletions .kokoro/presubmit/node8/test.cfg
@@ -1,9 +0,0 @@
# 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 c119250

Please sign in to comment.