diff options
author | Adin Scannell <ascannell@google.com> | 2019-09-13 11:38:40 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-09-13 11:39:55 -0700 |
commit | 2bbf73d9ed85bbff81f1e56a6753dfe402682459 (patch) | |
tree | e2715592ab4839ee921580b64b393f32a198cdc8 /kokoro/continuous.cfg | |
parent | a8834fc555539bd6b0b46936c4a79817812658ff (diff) |
Remove stale configurations.
PiperOrigin-RevId: 268947847
Diffstat (limited to 'kokoro/continuous.cfg')
-rw-r--r-- | kokoro/continuous.cfg | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/kokoro/continuous.cfg b/kokoro/continuous.cfg deleted file mode 100644 index 88694220a..000000000 --- a/kokoro/continuous.cfg +++ /dev/null @@ -1,11 +0,0 @@ -# This is a temporary file. It will be removed when new Kokoro jobs exist for -# all the other presubmits. -build_file: "repo/scripts/build.sh" - -action { - define_artifacts { - regex: "**/sponge_log.xml" - regex: "**/sponge_log.log" - regex: "**/outputs.zip" - } -} |