mirror of https://github.com/k3s-io/k3s
Allow e2e tests to run with vagrant
parent
15008e1390
commit
d709d8561a
|
@ -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
|
||||
|
||||
`
|
||||
|
||||
|
|
Loading…
Reference in New Issue