We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e2dc1c commit 4f7969bCopy full SHA for 4f7969b
Makefile
@@ -49,18 +49,15 @@ verify-scripts:
49
bash -x hack/verify-integration-tests.sh
50
bash -x hack/verify-group-versions.sh
51
bash -x hack/verify-prerelease-lifecycle-gen.sh
52
+ bash -x hack/verify-crd-schema-checker.sh
53
54
.PHONY: verify
-verify: verify-scripts verify-crd-schema verify-codegen-crds
55
+verify: verify-scripts verify-codegen-crds
56
57
.PHONY: verify-codegen-crds
58
verify-codegen-crds:
59
bash -x hack/verify-codegen-crds.sh
60
-.PHONY: verify-crd-schema
61
-verify-crd-schema:
62
- bash -x hack/verify-crd-schema-checker.sh
63
-
64
.PHONY: verify-%
65
verify-%:
66
make $*
0 commit comments