Fix update.sh

This commit is contained in:
Brendan Burns
2015-01-28 16:53:02 -08:00
parent 668d8539b8
commit 9f5ca3f6ac
2 changed files with 6 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ if [[ "${DOCKER_HUB_USER+set}" != "set" ]] ; then
exit 1
fi
export KUBE_ROOT=$(dirname $0)/../..
export KUBE_REPO_ROOT=${KUBE_REPO_ROOT-$(dirname $0)/../..}
export KUBECTL=${KUBE_REPO_ROOT}/cluster/kubectl.sh
set -x