Skip to content

Commit a531fbe

Browse files
stuggiopenshift-merge-bot[bot]
authored andcommitted
Use conditional assignment for BRANCH
Signed-off-by: Martin Schuppert <[email protected]>
1 parent 42cff8b commit a531fbe

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
@@ -378,7 +378,7 @@ scale-down-placement-controller-csv:
378378
fi
379379

380380
CRD_SCHEMA_CHECKER_VERSION ?= release-4.16
381-
BRANCH=main
381+
BRANCH ?= main
382382

383383
PHONY: crd-schema-check
384384
crd-schema-check: manifests

0 commit comments

Comments
 (0)