Skip to content

Commit 332e3c2

Browse files
authored
Merge pull request #404 from boddumanohar/cleanup-makefile
cleanup un-used to make targets
2 parents 3e98d88 + 8e66c12 commit 332e3c2

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

Makefile

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -181,19 +181,3 @@ install-blobfuse-proxy:
181181
.PHONY: uninstall-blobfuse-proxy
182182
uninstall-blobfuse-proxy:
183183
kubectl delete -f ./deploy/blobfuse-proxy/blobfuse-proxy.yaml --ignore-not-found
184-
185-
.PHONY: setup-external-e2e
186-
setup-external-e2e:
187-
curl -sL https://storage.googleapis.com/kubernetes-release/release/v1.19.0/kubernetes-test-linux-amd64.tar.gz --output e2e-tests.tar.gz
188-
tar -xvf e2e-tests.tar.gz
189-
rm e2e-tests.tar.gz
190-
mkdir /tmp/csi-blobfuse
191-
cp ./kubernetes/test/bin/e2e.test /tmp/csi-blobfuse/e2e.test
192-
rm -r kubernetes
193-
cp ./deploy/example/storageclass-blobfuse.yaml /tmp/csi-blobfuse/storageclass.yaml
194-
cp ./test/e2e-external/testdriver.yaml /tmp/csi-blobfuse/testdriver.yaml
195-
./deploy/install-driver.sh
196-
197-
.PHONY: run-external-e2e
198-
run-external-e2e: setup-external-e2e install-blobfuse-proxy
199-
bash ./test/e2e-external/run.sh

0 commit comments

Comments
 (0)