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

@@ -23,7 +23,7 @@ set -o nounset
set -o pipefail
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
source "$KUBE_ROOT/build/common.sh"
source "${KUBE_ROOT}/build/common.sh"
kube::build::verify_prereqs
kube::build::copy_output