Makefile fix.
parent
d9ab2fe8fd
commit
2998411912
2
Makefile
2
Makefile
|
@ -164,7 +164,7 @@ test-pkg/%:
|
|||
depend: out/minikube.d out/test.d out/docker-machine-driver-hyperkit.d out/storage-provisioner.d out/docker-machine-driver-kvm2.d
|
||||
|
||||
.PHONY: all
|
||||
all: cross drivers e2e-cross images
|
||||
all: cross drivers e2e-cross
|
||||
|
||||
.PHONY: drivers
|
||||
drivers: out/docker-machine-driver-hyperkit out/docker-machine-driver-kvm2
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
# Copy only the files we need to this workspace
|
||||
mkdir -p out/ testdata/
|
||||
gsutil cp gs://minikube-builds/${MINIKUBE_LOCATION}/minikube-${OS_ARCH} out/
|
||||
gsutil cp gs://minikube-builds/${MINIKUBE_LOCATION}/localkube out/
|
||||
gsutil cp gs://minikube-builds/${MINIKUBE_LOCATION}/docker-machine-driver-* out/
|
||||
gsutil cp gs://minikube-builds/${MINIKUBE_LOCATION}/e2e-${OS_ARCH} out/
|
||||
gsutil cp gs://minikube-builds/${MINIKUBE_LOCATION}/testdata/busybox.yaml testdata/
|
||||
|
@ -40,7 +39,6 @@ gsutil cp gs://minikube-builds/${MINIKUBE_LOCATION}/testdata/nginx-ing.yaml test
|
|||
chmod +x out/e2e-${OS_ARCH}
|
||||
chmod +x out/minikube-${OS_ARCH}
|
||||
chmod +x out/docker-machine-driver-*
|
||||
chmod +x out/localkube
|
||||
|
||||
# Fix permissions in $HOME
|
||||
sudo chown -R $USER $HOME/.kube || true
|
||||
|
|
Loading…
Reference in New Issue