Skip to content

Commit

Permalink
fix: No longer delete the argo ns as this is dangerous (argoproj#1995)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec authored and simster7 committed Jan 16, 2020
1 parent 1a777cc commit 91331a8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,6 @@ test-cli:

.PHONY: clean
clean:
# Remove namepsace
kubectl delete ns argo || true
# Remove images
[ "`docker images -q $(IMAGE_NAMESPACE)/argocli:$(IMAGE_TAG)`" = "" ] || docker rmi $(IMAGE_NAMESPACE)/argocli:$(IMAGE_TAG)
[ "`docker images -q $(IMAGE_NAMESPACE)/argoexec:$(IMAGE_TAG)`" = "" ] || docker rmi $(IMAGE_NAMESPACE)/argoexec:$(IMAGE_TAG)
Expand Down

0 comments on commit 91331a8

Please sign in to comment.