Skip to content

Commit 7440b7a

Browse files
[18-stable] Update Makefile for 18-stable
1 parent 5df87de commit 7440b7a

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

391-
BRANCH ?= main
391+
BRANCH ?= 18-stable
392392
.PHONY: force-bump
393393
force-bump: ## Force bump operator and lib-common dependencies
394394
for dep in $$(cat go.mod | grep openstack-k8s-operators | grep -vE -- 'indirect|infra-operator|^replace' | awk '{print $$1}'); do \

0 commit comments

Comments
 (0)