uncomment skaffold/delete on e2e.clean

This was commented while I was testing and I forgot to uncomment.
This commit is contained in:
Brian Goff
2019-04-04 10:13:07 -07:00
committed by GitHub
parent 455b0cc4a6
commit 686cdb8b36

View File

@@ -43,5 +43,5 @@ e2e: e2e.clean
-taint-effect=$(TAINT_EFFECT)
.PHONY: e2e.clean
e2e.clean: #skaffold/delete
e2e.clean: skaffold/delete
kubectl delete --ignore-not-found node $(NODE_NAME)