Skip to content

Commit 0020476

Browse files
Merge pull request #554 from stuggi/branch_var
Use conditional assignment for BRANCH
2 parents 92f9bd1 + b0bba55 commit 0020476

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
@@ -401,7 +401,7 @@ kuttl-test-cleanup:
401401
fi
402402

403403
CRD_SCHEMA_CHECKER_VERSION ?= release-4.16
404-
BRANCH=main
404+
BRANCH ?= main
405405

406406
PHONY: crd-schema-check
407407
crd-schema-check: manifests

0 commit comments

Comments
 (0)