diff options
Diffstat (limited to 'kokoro/release-nightly.cfg')
-rw-r--r-- | kokoro/release-nightly.cfg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/kokoro/release-nightly.cfg b/kokoro/release-nightly.cfg new file mode 100644 index 000000000..e5087b1cd --- /dev/null +++ b/kokoro/release-nightly.cfg @@ -0,0 +1,11 @@ +# Location of bash script that builds a release. +build_file: "repo/kokoro/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" + } +} |