From 130776154d5aa8faf5d0ac05b315464b6d8d152f Mon Sep 17 00:00:00 2001 From: Jeff Grafton Date: Tue, 29 Nov 2016 17:30:20 -0800 Subject: [PATCH] Pass KUBE_VERBOSE into build container --- build-tools/common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-tools/common.sh b/build-tools/common.sh index 2774ea3911a..4fab3236857 100755 --- a/build-tools/common.sh +++ b/build-tools/common.sh @@ -560,6 +560,7 @@ function kube::build::run_build_command_ex() { --env "KUBE_FASTBUILD=${KUBE_FASTBUILD:-false}" --env "KUBE_BUILDER_OS=${OSTYPE:-notdetected}" --env "KUBE_BUILD_PPC64LE=${KUBE_BUILD_PPC64LE}" # TODO(IBM): remove + --env "KUBE_VERBOSE=${KUBE_VERBOSE}" ) # If we have stdin we can run interactive. This allows things like 'shell.sh'