Fix continuous build breakage

PiperOrigin-RevId: 267277711
This commit is contained in:
Adin Scannell
2019-09-04 18:49:19 -07:00
committed by gVisor bot
parent 3dc3cffb2d
commit bcddd0a477
+1 -1
View File
@@ -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