Move KUBERNETES_PROVIDER setting into cluster/kube-util.sh.

This commit is contained in:
Joe Finney
2016-03-08 16:51:20 -08:00
parent e8fda8c9e8
commit 401985bf6c
18 changed files with 19 additions and 42 deletions

View File

@@ -24,7 +24,6 @@ set -o pipefail
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
: ${KUBE_CONFIG_FILE:="config-test.sh"}
source "${KUBE_ROOT}/cluster/kube-env.sh"
source "${KUBE_ROOT}/cluster/kube-util.sh"
readonly report_dir="${1:-_artifacts}"