diff options
author | Adin Scannell <ascannell@google.com> | 2019-09-04 18:47:47 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-09-04 18:49:19 -0700 |
commit | bcddd0a4778916f6a5347246a81fbe236050d2c4 (patch) | |
tree | dafec1f4f45e2b64363f6cb2389d646acf17b7e5 | |
parent | 3dc3cffb2ddb09291822fc37d00f2e62f41956b5 (diff) |
Fix continuous build breakage
PiperOrigin-RevId: 267277711
-rwxr-xr-x | scripts/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build.sh b/scripts/build.sh index dae3460af..293d87093 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -20,7 +20,7 @@ source $(dirname $0)/common.sh runsc=$(build -c opt //runsc) # Build packages. -pkg=$(build -c opt --host_force_python=py2 //runsc:debian) +pkg=$(build -c opt --host_force_python=py2 //runsc:runsc-debian) # Build a repository, if the key is available. if [[ -v KOKORO_REPO_KEY ]]; then |