Skip to content

Commit

Permalink
Merge pull request #4885 from twz123/clean-client-stamp
Browse files Browse the repository at this point in the history
Correctly clean clientset stamp file
  • Loading branch information
twz123 authored Aug 21, 2024
2 parents d3f634e + f3ebeca commit fe5eaff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,8 @@ clean-airgap-image-bundles:
clean: clean-gocache clean-docker-image clean-airgap-image-bundles
-rm -f pkg/assets/zz_generated_offsets_*.go k0s k0s.exe .bins.*stamp bindata* static/zz_generated_assets.go
-rm -rf $(K0S_GO_BUILD_CACHE)
-find pkg/apis -type f \( -name .client-gen.stamp -or -name .controller-gen.stamp \) -delete
-find pkg/apis -type f -name .controller-gen.stamp -delete
-rm pkg/client/clientset/.client-gen.stamp
-rm -f hack/.copyright.stamp
-$(MAKE) -C docs clean
-$(MAKE) -C embedded-bins clean
Expand Down

0 comments on commit fe5eaff

Please sign in to comment.