Merge pull request #22349 from jwhonce/wip/swagger_serve

[CI:DOCS] Swap out javascript engine
This commit is contained in:
openshift-merge-bot[bot]
2024-04-11 18:23:44 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -974,7 +974,7 @@ install.tools: .install.golangci-lint ## Install needed tools
.PHONY: .install.swagger
.install.swagger:
env VERSION=0.30.3 \
env VERSION=0.30.5 \
BINDIR=$(BINDIR) \
GOOS=$(GOOS) \
GOARCH=$(GOARCH) \

View File

@@ -4,7 +4,7 @@ validate: ${SWAGGER_OUT}
swagger validate ${SWAGGER_OUT}
serve: ${SWAGGER_OUT}
swagger serve -F redoc -p=8080 swagger.yaml
swagger serve -F swagger -p=8080 swagger.yaml
.PHONY: ${SWAGGER_OUT}
${SWAGGER_OUT}: