Skip to content

Commit

Permalink
Merge pull request #1219 from stuggi/branch_var
Browse files Browse the repository at this point in the history
Use conditional assignment for BRANCH
  • Loading branch information
openshift-merge-bot[bot] authored Dec 4, 2024
2 parents 703dcaf + d42f655 commit 4dd3ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ vet: gowork ## Run go vet against code.
go vet ./...
go vet ./apis/...

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

0 comments on commit 4dd3ceb

Please sign in to comment.