Skip to content

Commit

Permalink
Merge pull request #243 from SgtCoDFish/forcedelete
Browse files Browse the repository at this point in the history
Stop trying to rm CRDs dir
  • Loading branch information
cert-manager-prow[bot] authored Jan 29, 2025
2 parents 99dd04f + 2820b18 commit 4c928b4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions modules/helm/crds.mk
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ generate-crds: | $(NEEDS_CONTROLLER-GEN) $(NEEDS_YQ)
$(eval crds_gen_temp := $(bin_dir)/scratch/crds)
$(eval directories := $(shell ls -d */ | grep -v -e 'make' $(shell git check-ignore -- * | sed 's/^/-e /')))

# TODO(@SgtCoDFish): This is a temporary fix for an accidentally created nested crds directory
# in the PR: https://github.com/cert-manager/makefile-modules/pull/239
# Once this has been run on every repo with the mistaken folder, this can be removed
rm -r $(crds_dir)/crds

rm -rf $(crds_gen_temp)
mkdir -p $(crds_gen_temp)

Expand Down

0 comments on commit 4c928b4

Please sign in to comment.