Skip to content

Commit

Permalink
[CI] Pin crd-ref-docs to v0.0.10 (#1988)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin85421 authored Mar 13, 2024
1 parent 106f8fd commit c7a6894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ray-operator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ CRD_REF_DOCS = $(LOCALBIN)/crd-ref-docs
$(CRD_REF_DOCS): $(LOCALBIN)
.PHONY: crd-ref-docs
crd-ref-docs: $(CRD_REF_DOCS) ## Download crd-ref-docs locally if necessary.
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

.PHONY: clean
clean:
Expand Down

0 comments on commit c7a6894

Please sign in to comment.