Fix artifact pattern for repositories.

PiperOrigin-RevId: 269468986
This commit is contained in:
Adin Scannell
2019-09-16 18:41:13 -07:00
committed by gVisor bot
parent 24b7eb2f86
commit 191297ecbe
+1 -1
View File
@@ -18,6 +18,6 @@ action {
define_artifacts {
regex: "**/runsc"
regex: "**/runsc.sha256"
regex: "**/repo/**"
regex: "**/dists/**"
}
}