Skip to content

Commit b44946e

Browse files
committed
Update Makefile BRANCH to 18.0-fr3
1 parent ac31516 commit b44946e

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
@@ -349,7 +349,7 @@ operator-lint: gowork ## Runs operator-lint
349349
docs: ## Create documentation under docs/build/html
350350
docs/build-docs.sh
351351

352-
BRANCH=main
352+
BRANCH ?= 18.0-fr3
353353
.PHONY: force-bump
354354
force-bump: ## Force bump operator and lib-common dependencies
355355
for dep in $$(cat go.mod | grep openstack-k8s-operators | grep -vE -- 'indirect|test-operator|^replace' | awk '{print $$1}'); do \

0 commit comments

Comments
 (0)