blob: e5087b1cd68092b083095579248ed707fa0003be (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Location of bash script that builds a release.
build_file: "repo/kokoro/run_build.sh"
action {
# Upload runsc binary and its checksum. It may be in multiple paths, so we
# must use the wildcard.
define_artifacts {
regex: "**/runsc"
regex: "**/runsc.sha512"
}
}
|