diff options
author | Brad Burlage <brb@google.com> | 2019-09-23 10:56:55 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-09-23 10:58:18 -0700 |
commit | e6cf60bc0e93940b41ebef83138c8ec1a1209e53 (patch) | |
tree | bc91b23a2f16e8397090dbe5a28c23e45f852d5f /kokoro | |
parent | 4aeedd47bfc70c6c1ffd3abcde7227b936962dfd (diff) |
Fix runsc checksum artifact name.
scripts/build.sh uses sha512sum, not sha256sum.
PiperOrigin-RevId: 270713604
Diffstat (limited to 'kokoro')
-rw-r--r-- | kokoro/build.cfg | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kokoro/build.cfg b/kokoro/build.cfg index cb2e5fbec..084347dde 100644 --- a/kokoro/build.cfg +++ b/kokoro/build.cfg @@ -16,8 +16,7 @@ env_vars { action { define_artifacts { - regex: "**/runsc" - regex: "**/runsc.sha256" + regex: "**/runsc.*" regex: "**/dists/**" } } |