blob: 88694220a142925642def1683223c45bc1d0c33f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# This is a temporary file. It will be removed when new Kokoro jobs exist for
# all the other presubmits.
build_file: "repo/scripts/build.sh"
action {
define_artifacts {
regex: "**/sponge_log.xml"
regex: "**/sponge_log.log"
regex: "**/outputs.zip"
}
}
|