Allow to use a custom k8s version in e2e tests
This commit is contained in:
parent
87b730d5fe
commit
d32079e69c
3 changed files with 20 additions and 15 deletions
|
|
@ -59,7 +59,6 @@ docker run \
|
|||
${MINIKUBE_VOLUME} \
|
||||
-w /go/src/${PKG} \
|
||||
--env-file .env \
|
||||
--entrypoint ${FLAGS} \
|
||||
${E2E_IMAGE}
|
||||
${E2E_IMAGE} ${FLAGS}
|
||||
|
||||
rm .env
|
||||
Loading…
Add table
Add a link
Reference in a new issue