Skip to content

Commit 9e5d13c

Browse files
Merge pull request #259 from stuggi/branch_var
Use conditional assignment for BRANCH
2 parents 97dada1 + fead20d commit 9e5d13c

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
@@ -332,7 +332,7 @@ run-with-webhook: manifests generate fmt vet ## Run a controller from your host.
332332

333333
CRD_SCHEMA_CHECKER_VERSION ?= release-4.16
334334

335-
BRANCH=main
335+
BRANCH ?= main
336336

337337
PHONY: crd-schema-check
338338
crd-schema-check: manifests

0 commit comments

Comments
 (0)