mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
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:
committed by
gVisor bot
parent
eebc38be7a
commit
0c4d080631
@@ -16,6 +16,7 @@ env_vars {
|
||||
|
||||
action {
|
||||
define_artifacts {
|
||||
regex: "**/runsc"
|
||||
regex: "**/runsc.*"
|
||||
regex: "**/dists/**"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user