Skip to content

Commit 086a417

Browse files
[18-stable] Update Makefile for 18-stable
1 parent ad47de5 commit 086a417

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

380380

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

0 commit comments

Comments
 (0)