Skip to content

Commit 9d15208

Browse files
committed
[18.0-fr2] update branch to 18.0-fr2
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
1 parent cdba092 commit 9d15208

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
@@ -391,7 +391,7 @@ run-with-webhook: export HEALTH_PORT?=8081
391391
run-with-webhook: manifests generate fmt vet ## Run a controller from your host.
392392
/bin/bash hack/run_with_local_webhook.sh
393393

394-
BRANCH ?= main
394+
BRANCH ?= 18.0-fr2
395395
.PHONY: force-bump
396396
force-bump: ## Force bump operator and lib-common dependencies
397397
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)