Skip to content

Commit 1d3da49

Browse files
[18.0-fr6] Update Makefile for 18.0-fr6
1 parent 57124f0 commit 1d3da49

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
@@ -345,7 +345,7 @@ run-with-webhook: manifests generate fmt vet ## Run a controller from your host.
345345

346346
CRD_SCHEMA_CHECKER_VERSION ?= release-4.16
347347

348-
BRANCH ?= main
348+
BRANCH ?= 18.0-fr6
349349
.PHONY: force-bump
350350
force-bump: ## Force bump operator and lib-common dependencies
351351
for dep in $$(cat go.mod | grep openstack-k8s-operators | grep -vE -- 'indirect|designate-operator|^replace' | awk '{print $$1}'); do \

0 commit comments

Comments
 (0)