We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4c948 commit b3ff98cCopy full SHA for b3ff98c
hack/jenkins/common.sh
@@ -183,11 +183,6 @@ gsutil -qm cp -r "gs://minikube-builds/${MINIKUBE_LOCATION}/testdata"/* testdata
183
184
gsutil -qm cp "gs://minikube-builds/${MINIKUBE_LOCATION}/gvisor-addon" testdata/
185
186
-if [[ "${DRIVER}" == "hyperkit" ]]; then
187
- gsutil -qm cp "gs://minikube-builds/${MINIKUBE_LOCATION}/docker-machine-driver-hyperkit" out
188
- chmod +x out/docker-machine-driver-hyperkit
189
-fi
190
-
191
# Set the executable bit on the e2e binary and out binary
192
export MINIKUBE_BIN="out/minikube-${OS_ARCH}"
193
export E2E_BIN="out/e2e-${OS_ARCH}"
0 commit comments