Skip to content

Commit 29e3ff8

Browse files
[18.0-fr6] Update Makefile for 18.0-fr6
1 parent 3329512 commit 29e3ff8

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
@@ -182,7 +182,7 @@ vet: gowork ## Run go vet against code.
182182
go vet ./...
183183
go vet ./api/...
184184

185-
BRANCH ?= main
185+
BRANCH ?= 18.0-fr6
186186
.PHONY: force-bump
187187
force-bump: ## Force bump after tagging
188188
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)