From 675f0dd78c29d6e329660278748f123835d2361e Mon Sep 17 00:00:00 2001 From: Martin Schuppert Date: Tue, 3 Dec 2024 14:47:01 +0100 Subject: [PATCH] Use conditional assignment for BRANCH Signed-off-by: Martin Schuppert --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8114bdb..95251ab 100644 --- a/Makefile +++ b/Makefile @@ -386,7 +386,7 @@ run-with-webhook: export HEALTH_PORT?=8081 run-with-webhook: manifests generate fmt vet ## Run a controller from your host. /bin/bash hack/run_with_local_webhook.sh -BRANCH=main +BRANCH ?= main .PHONY: force-bump force-bump: ## Force bump operator and lib-common dependencies for dep in $$(cat go.mod | grep openstack-k8s-operators | grep -vE -- 'indirect|openstack-baremetal-operator|^replace' | awk '{print $$1}'); do \