Skip to content

Commit ac10d9a

Browse files
Merge pull request #191 from stuggi/branch_var
Use conditional assignment for BRANCH
2 parents 646bf04 + e47be72 commit ac10d9a

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

374374
CRD_SCHEMA_CHECKER_VERSION ?= release-4.16
375375

376-
BRANCH=main
376+
BRANCH ?= main
377377

378378
PHONY: crd-schema-check
379379
crd-schema-check: manifests

0 commit comments

Comments
 (0)