Skip to content

Commit 0223213

Browse files
[18.0-fr5] Update Makefile for 18.0-fr5
1 parent 0be3051 commit 0223213

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
@@ -403,7 +403,7 @@ run-with-webhook: export WEBHOOK_PORT?=9443
403403
run-with-webhook: manifests generate fmt vet ## Run a controller from your host.
404404
/bin/bash hack/run_with_local_webhook.sh
405405

406-
BRANCH ?= main
406+
BRANCH ?= 18.0-fr5
407407
.PHONY: force-bump
408408
force-bump: ## Force bump operator and lib-common dependencies
409409
for dep in $$(cat go.mod | grep openstack-k8s-operators | grep -vE -- 'indirect|openstack-baremetal-operator|^replace' | awk '{print $$1}'); do \

0 commit comments

Comments
 (0)