Skip to content

Commit

Permalink
Merge pull request #1149 from gibizer/force-bump-target-to-fr1
Browse files Browse the repository at this point in the history
[18.0-fr1][make]Update force-bump target for 18.0-fr1
  • Loading branch information
openshift-merge-bot[bot] authored Oct 30, 2024
2 parents d68eece + 186dde4 commit 1d1ce65
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 @@ -148,7 +148,7 @@ vet: gowork ## Run go vet against code.
go vet ./...
go vet ./apis/...

BRANCH=main
BRANCH=18.0-fr1
.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 1d1ce65

Please sign in to comment.