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 e1b27d0 commit e64a9b6Copy full SHA for e64a9b6
ray-operator/Makefile
@@ -167,7 +167,7 @@ CRD_REF_DOCS = $(LOCALBIN)/crd-ref-docs
167
$(CRD_REF_DOCS): $(LOCALBIN)
168
.PHONY: crd-ref-docs
169
crd-ref-docs: $(CRD_REF_DOCS) ## Download crd-ref-docs locally if necessary.
170
- test -s $(CRD_REF_DOCS) || GOBIN=$(LOCALBIN) go install github.com/elastic/crd-ref-docs@latest
+ test -s $(CRD_REF_DOCS) || GOBIN=$(LOCALBIN) go install github.com/elastic/crd-ref-docs@v0.0.10
171
172
.PHONY: clean
173
clean:
0 commit comments