Skip to content

Commit 3179ab3

Browse files
[18.0-fr6] Update Makefile for 18.0-fr6
1 parent ada2819 commit 3179ab3

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

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

0 commit comments

Comments
 (0)