blob: cae10cb8354b73c490356e9ac195e54d6b9bdfd5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Location of bash script that builds a release.
build_file: "repo/kokoro/gcp_ubuntu/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"
}
}
|