Pass KUBE_VERBOSE into build container

This commit is contained in:
Jeff Grafton 2016-11-29 17:30:20 -08:00
parent 9848d6cc8d
commit 130776154d

View File

@ -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'