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,6 +29,6 @@ KUBE_GCS_UPLOAD_RELEASE=y
KUBE_GCS_RELEASE_PREFIX="devel/${LATEST}"
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
source "$KUBE_ROOT/build/common.sh"
source "${KUBE_ROOT}/build/common.sh"
kube::release::gcs::release