Skip to content

Commit

Permalink
Merge pull request #9934 from fabriziopandini/fix-clean-tilt-make-target
Browse files Browse the repository at this point in the history
🌱 Add missing folder to clean-tilt make target
  • Loading branch information
k8s-ci-robot committed Jan 1, 2024
2 parents 6cbf804 + 1f6263c commit c7ceac5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1246,6 +1246,7 @@ clean-tilt: clean-charts clean-kind ## Remove all files generated by Tilt
rm -rf ./controlplane/kubeadm/.tiltbuild
rm -rf ./bootstrap/kubeadm/.tiltbuild
rm -rf ./test/infrastructure/docker/.tiltbuild
rm -rf ./test/infrastructure/inmemory/.tiltbuild

.PHONY: clean-charts
clean-charts: ## Remove all local copies of Helm charts in ./hack/observability
Expand Down

0 comments on commit c7ceac5

Please sign in to comment.