Clean up e2e test

This commit is contained in:
Haney Maxwell
2014-11-11 11:03:07 -08:00
parent 97cb1fa2df
commit fae27e2f17
4 changed files with 16 additions and 3 deletions

View File

@@ -224,9 +224,7 @@ 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
prepare-e2e
`