We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b1a42e commit dfd91acCopy full SHA for dfd91ac
2 files changed
handwritten/datastore/.kokoro/continuous/node10/test.cfg
@@ -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
+}
handwritten/datastore/.kokoro/continuous/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 commit comments