Skip to content

Commit 52b0c08

Browse files
[18-stable] Update Makefile for 18-stable
1 parent 0456867 commit 52b0c08

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
@@ -398,7 +398,7 @@ $(GINKGO): $(LOCALBIN)
398398
test -s $(LOCALBIN)/ginkgo || GOBIN=$(LOCALBIN) go install github.com/onsi/ginkgo/v2/ginkgo
399399

400400
CRD_SCHEMA_CHECKER_VERSION ?= release-4.18
401-
BRANCH ?= main
401+
BRANCH ?= 18-stable
402402
.PHONY: force-bump
403403
force-bump: ## Force bump operator and lib-common dependencies
404404
for dep in $$(cat go.mod | grep openstack-k8s-operators | grep -vE -- 'indirect|glance-operator|^replace' | awk '{print $$1}'); do \

0 commit comments

Comments
 (0)