blob: ae134258caa90e40913b7166d5039daab4e40b22 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# This file is a temporary bridge. It will be removed shortly, when Kokoro jobs
# are configured to point at the new build and release configurations.
build_file: "repo/kokoro/run_build.sh"
action {
define_artifacts {
regex: "**/runsc"
regex: "**/runsc.sha512"
}
}
|