From 6a6fa47985565569f46aa7f33e269c93e4eb3c28 Mon Sep 17 00:00:00 2001 From: Martin Schuppert Date: Tue, 3 Dec 2024 14:39:12 +0100 Subject: [PATCH] Use conditional assignment for BRANCH Signed-off-by: Martin Schuppert --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f6c3747e..c17cb671 100644 --- a/Makefile +++ b/Makefile @@ -394,6 +394,7 @@ $(GINKGO): $(LOCALBIN) test -s $(LOCALBIN)/ginkgo || GOBIN=$(LOCALBIN) go install github.com/onsi/ginkgo/v2/ginkgo CRD_SCHEMA_CHECKER_VERSION ?= release-4.16 +BRANCH ?= main PHONY: crd-schema-check crd-schema-check: manifests