Skip to content

Commit a767973

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

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
@@ -410,7 +410,7 @@ run-with-webhook: manifests generate fmt vet ## Run a controller from your host.
410410
/bin/bash hack/run_with_local_webhook.sh
411411

412412
CRD_SCHEMA_CHECKER_VERSION ?= release-4.16
413-
BRANCH=main
413+
BRANCH ?= main
414414

415415
PHONY: crd-schema-check
416416
crd-schema-check: manifests

0 commit comments

Comments
 (0)