Skip to content

Commit ee021be

Browse files
[18.0-fr4] Update Makefile for 18.0-fr4
1 parent 372c660 commit ee021be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ run-with-webhook: manifests generate fmt vet ## Run a controller from your host.
386386
CRD_SCHEMA_CHECKER_VERSION ?= release-4.16
387387

388388
PHONY: crd-schema-check
389-
BRANCH ?= main
389+
BRANCH ?= 18.0-fr4
390390
.PHONY: force-bump
391391
force-bump: ## Force bump operator and lib-common dependencies
392392
for dep in $$(cat go.mod | grep openstack-k8s-operators | grep -vE -- 'indirect|mariadb-operator|^replace' | awk '{print $$1}'); do \

0 commit comments

Comments
 (0)