Skip to content

Commit 44946e6

Browse files
[18.0-fr4] Update Makefile for 18.0-fr4
1 parent 73411ba commit 44946e6

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

398-
BRANCH ?= main
398+
BRANCH ?= 18.0-fr4
399399
.PHONY: force-bump
400400
force-bump: ## Force bump operator and lib-common dependencies
401401
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)