Skip to content

Commit

Permalink
Merge pull request #8904 from killianmuldoon/pr-clean-charts
Browse files Browse the repository at this point in the history
🐛 Update clean-charts make target for new paths
  • Loading branch information
k8s-ci-robot authored Jun 22, 2023
2 parents 6073e52 + 7bafc52 commit 89a8866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1160,7 +1160,7 @@ clean-tilt: clean-charts clean-kind ## Remove all files generated by Tilt

.PHONY: clean-charts
clean-charts: ## Remove all local copies of Helm charts in ./hack/observability
(for path in "./hack/observability/*"; do rm -rf $$path/charts ; done)
(for path in "./hack/observability/*"; do rm -rf $$path/.charts ; done)

.PHONY: clean-book
clean-book: ## Remove all generated GitBook files
Expand Down

0 comments on commit 89a8866

Please sign in to comment.