File tree Expand file tree Collapse file tree
handwritten/error-reporting/.kokoro Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,17 +13,6 @@ gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
1313# Use the trampoline script to run in docker.
1414build_file: " nodejs-error-reporting/.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.
2817env_vars: {
2918 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