Skip to content

Commit 6a6fa47

Browse files
committed
Use conditional assignment for BRANCH
Signed-off-by: Martin Schuppert <[email protected]>
1 parent 52beb44 commit 6a6fa47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ $(GINKGO): $(LOCALBIN)
394394
test -s $(LOCALBIN)/ginkgo || GOBIN=$(LOCALBIN) go install github.com/onsi/ginkgo/v2/ginkgo
395395

396396
CRD_SCHEMA_CHECKER_VERSION ?= release-4.16
397+
BRANCH ?= main
397398

398399
PHONY: crd-schema-check
399400
crd-schema-check: manifests

0 commit comments

Comments
 (0)