Merge pull request #1993 from hmrm/e2e-vagrant

Allow e2e tests to run with vagrant
This commit is contained in:
bgrant0607 2014-10-27 19:19:29 -07:00
commit 653d9d70d1

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"
detect-project
if [[ ${KUBERNETES_PROVIDER} == "gce" ]]; then
detect-project
fi
`