Skip to content

Commit

Permalink
[Cherry-pick][CI] Pin crd-ref-docs to v0.0.10 (#1988) (#2016)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin85421 committed Mar 15, 2024
1 parent e1b27d0 commit e64a9b6
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 e64a9b6

Please sign in to comment.