blob: 27ceb4d8ce223da74e92f93818ff9114f88edfd9 (
plain)
1
2
3
4
5
6
7
8
9
|
# Location of bash script that builds a release.
build_file: "repo/kokoro/gcp_ubuntu/run_build.sh"
action {
# Upload only the runsc binary.
define_artifacts {
regex: "runsc"
}
}
|