Skip to content

Commit d42f655

Browse files
committed
Use conditional assignment for BRANCH
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
1 parent c8ed999 commit d42f655

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ vet: gowork ## Run go vet against code.
147147
go vet ./...
148148
go vet ./apis/...
149149

150-
BRANCH=main
150+
BRANCH ?= main
151151
.PHONY: force-bump
152152
force-bump: ## Force bump after tagging
153153
for dep in $$(cat go.mod | grep openstack-k8s-operators | grep -vE -- 'indirect|openstack-operator|^replace' | awk '{print $$1}'); do \

0 commit comments

Comments
 (0)