Skip to content

Commit 6b864b7

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

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

357357
CRD_SCHEMA_CHECKER_VERSION ?= release-4.16
358-
BRANCH=main
358+
BRANCH ?= main
359359

360360
PHONY: crd-schema-check
361361
crd-schema-check: manifests

0 commit comments

Comments
 (0)