|
|
|
@ -5,11 +5,8 @@ sudo: required
@@ -5,11 +5,8 @@ sudo: required
|
|
|
|
|
env: |
|
|
|
|
- CHANGE_MINIKUBE_NONE_USER=true |
|
|
|
|
|
|
|
|
|
# --bootstrapper=localkube comes from |
|
|
|
|
# https://github.com/kubevirt/containerized-data-importer/issues/93 |
|
|
|
|
# and |
|
|
|
|
# https://github.com/kubernetes/minikube/issues/2704 |
|
|
|
|
before_script: |
|
|
|
|
- cd test |
|
|
|
|
# Download kubectl, which is a requirement for using minikube. |
|
|
|
|
- curl -Lo kubectl https://storage.googleapis.com/kubernetes-release/release/v1.9.0/bin/linux/amd64/kubectl && chmod +x kubectl && sudo mv kubectl /usr/local/bin/ |
|
|
|
|
# Download minikube. |
|
|
|
|