Skip to content

Commit 728beed

Browse files
[18.0-fr6] Update Makefile for 18.0-fr6
1 parent da97a35 commit 728beed

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
@@ -377,7 +377,7 @@ run-with-webhook: manifests generate fmt vet ## Run a controller from your host.
377377
/bin/bash hack/run_with_local_webhook.sh
378378

379379
CRD_SCHEMA_CHECKER_VERSION ?= release-4.16
380-
BRANCH ?= main
380+
BRANCH ?= 18.0-fr6
381381
.PHONY: force-bump
382382
force-bump: ## Force bump operator and lib-common dependencies
383383
for dep in $$(cat go.mod | grep openstack-k8s-operators | grep -vE -- 'indirect|ovn-operator|^replace' | awk '{print $$1}'); do \

0 commit comments

Comments
 (0)