Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 284ea81

Browse files
committed
Make crds.clean run after generation
Updates the crds.clean target to run after generation so that its changes are not overwritten. Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
1 parent 12c74d8 commit 284ea81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ crds.clean:
7474
@find $(CRD_DIR) -name *.yaml.sed -delete || $(FAIL)
7575
@$(OK) cleaned generated CRDs
7676

77-
generate.run: crds.clean
77+
generate.done: crds.clean
7878

7979
# integration tests
8080
e2e.run: test-integration

0 commit comments

Comments
 (0)