Skip to content

Commit 4dd3ceb

Browse files
Merge pull request #1219 from stuggi/branch_var
Use conditional assignment for BRANCH
2 parents 703dcaf + d42f655 commit 4dd3ceb

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)