summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2019-09-29 23:48:06 -0700
committergVisor bot <gvisor-bot@google.com>2019-09-29 23:49:34 -0700
commit0c4d080631fb90761322f9373da1410ad03243b9 (patch)
tree96d123fe6523e186e99ba29d1413945283c413f6
parenteebc38be7a0de0ea7ae84e48949c1a94b3284b7e (diff)
Ensure runsc is uploaded.
One would reasonably assume that a field named "regex" would expect a regular expression. However, in this case, one would be wrong. The "regex" field actually requires "FileSet" [1] syntax. ?\_(?)_/? [1] http://ant.apache.org/manual/Types/fileset.html PiperOrigin-RevId: 271917356
-rw-r--r--kokoro/build.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/kokoro/build.cfg b/kokoro/build.cfg
index 084347dde..6c1d262d4 100644
--- a/kokoro/build.cfg
+++ b/kokoro/build.cfg
@@ -16,6 +16,7 @@ env_vars {
action {
define_artifacts {
+ regex: "**/runsc"
regex: "**/runsc.*"
regex: "**/dists/**"
}