We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0456867 commit 52b0c08Copy full SHA for 52b0c08
1 file changed
Makefile
@@ -398,7 +398,7 @@ $(GINKGO): $(LOCALBIN)
398
test -s $(LOCALBIN)/ginkgo || GOBIN=$(LOCALBIN) go install github.com/onsi/ginkgo/v2/ginkgo
399
400
CRD_SCHEMA_CHECKER_VERSION ?= release-4.18
401
-BRANCH ?= main
+BRANCH ?= 18-stable
402
.PHONY: force-bump
403
force-bump: ## Force bump operator and lib-common dependencies
404
for dep in $$(cat go.mod | grep openstack-k8s-operators | grep -vE -- 'indirect|glance-operator|^replace' | awk '{print $$1}'); do \
0 commit comments