Skip to content

Commit

Permalink
Fix release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lavalamp committed Jul 25, 2014
1 parent 9e9d9b8 commit 354ccae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ SCRIPT_DIR=$(CDPATH="" cd $(dirname $0); pwd)

source $SCRIPT_DIR/config.sh

KUBE_REPO_ROOT="$(realpath "$(dirname $0)/..")"

source "${KUBE_REPO_ROOT}/cluster/kube-env.sh"
source $(dirname ${BASH_SOURCE})/../cluster/${KUBERNETES_PROVIDER}/${KUBE_CONFIG_FILE-"config-default.sh"}

Expand Down

0 comments on commit 354ccae

Please sign in to comment.