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