diff options
Diffstat (limited to 'kokoro/gcp_ubuntu/release-nightly.cfg')
-rw-r--r-- | kokoro/gcp_ubuntu/release-nightly.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kokoro/gcp_ubuntu/release-nightly.cfg b/kokoro/gcp_ubuntu/release-nightly.cfg new file mode 100644 index 000000000..27ceb4d8c --- /dev/null +++ b/kokoro/gcp_ubuntu/release-nightly.cfg @@ -0,0 +1,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" + } +} |