From 0c4d080631fb90761322f9373da1410ad03243b9 Mon Sep 17 00:00:00 2001 From: Adin Scannell Date: Sun, 29 Sep 2019 23:48:06 -0700 Subject: 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 --- kokoro/build.cfg | 1 + 1 file changed, 1 insertion(+) 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/**" } -- cgit v1.2.3