Skip to content

Commit f9239cd

Browse files
Merge pull request #421 from stuggi/branch_var
Use conditional assignment for BRANCH
2 parents 5f3f932 + 6b864b7 commit f9239cd

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)