Skip to content

Commit

Permalink
deploy-clean should not be part of clean (#1620)
Browse files Browse the repository at this point in the history
Signed-off-by: Ken Sipe <kensipe@gmail.com>
  • Loading branch information
kensipe authored Jul 24, 2020
1 parent 8b3711c commit 4ada4e2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,6 @@ run:
deploy:
go run -ldflags "${LDFLAGS}" ./cmd/kubectl-kudo init

.PHONY: deploy-clean
deploy-clean:
go run ./cmd/kubectl-kudo init --dry-run --output yaml | kubectl delete -f -

.PHONY: generate
# Generate code
generate:
Expand Down Expand Up @@ -137,7 +133,7 @@ cli-install:

.PHONY: clean
# Clean all
clean: cli-clean test-clean manager-clean deploy-clean
clean: cli-clean test-clean manager-clean

.PHONY: docker-build
# Build the docker image for each supported platform
Expand Down

0 comments on commit 4ada4e2

Please sign in to comment.