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
This commit is contained in:
Adin Scannell
2019-09-29 23:49:34 -07:00
committed by gVisor bot
parent eebc38be7a
commit 0c4d080631
+1
View File
@@ -16,6 +16,7 @@ env_vars {
action {
define_artifacts {
regex: "**/runsc"
regex: "**/runsc.*"
regex: "**/dists/**"
}