build: fixed ${KUBE_ROOT} prefix for build scripts

This commit is contained in:
Anton Khramov
2016-07-05 14:47:31 +02:00
parent ef3f2fb157
commit 745d253d72
7 changed files with 7 additions and 7 deletions

View File

@@ -29,7 +29,7 @@ readonly DOCKER_MACHINE_DRIVER=${DOCKER_MACHINE_DRIVER:-"virtualbox --virtualbox
# This will canonicalize the path
KUBE_ROOT=$(cd $(dirname "${BASH_SOURCE}")/.. && pwd -P)
source hack/lib/init.sh
source "${KUBE_ROOT}/hack/lib/init.sh"
# Incoming options
#