Allow e2e tests to run with vagrant

pull/6/head
Haney Maxwell 2014-10-24 17:15:35 -07:00
parent 15008e1390
commit d709d8561a
1 changed files with 3 additions and 1 deletions

View File

@ -207,7 +207,9 @@ export KUBECFG="` + *root + `/cluster/kubecfg.sh -expect_version_match"
source "` + *root + `/cluster/kube-env.sh"
source "` + *root + `/cluster/${KUBERNETES_PROVIDER}/util.sh"
if [[ ${KUBERNETES_PROVIDER} == "gce" ]]; then
detect-project
fi
`