mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
apidocs: make linter return an exit code in case of errors (#1564)
This commit is contained in:
parent
5fd3d1505d
commit
e2370800ba
2 changed files with 3 additions and 9 deletions
|
|
@ -11,6 +11,8 @@ info:
|
||||||
servers:
|
servers:
|
||||||
- url: http://localhost:9997
|
- url: http://localhost:9997
|
||||||
|
|
||||||
|
security: []
|
||||||
|
|
||||||
components:
|
components:
|
||||||
schemas:
|
schemas:
|
||||||
Conf:
|
Conf:
|
||||||
|
|
@ -529,14 +531,6 @@ components:
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
$ref: '#/components/schemas/RTSPConn'
|
$ref: '#/components/schemas/RTSPConn'
|
||||||
|
|
||||||
RTSPSConnsList:
|
|
||||||
type: object
|
|
||||||
properties:
|
|
||||||
items:
|
|
||||||
type: object
|
|
||||||
additionalProperties:
|
|
||||||
$ref: '#/components/schemas/RTSPConn'
|
|
||||||
|
|
||||||
RTSPSessionsList:
|
RTSPSessionsList:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
define DOCKERFILE_APIDOCS_LINT
|
define DOCKERFILE_APIDOCS_LINT
|
||||||
FROM $(NODE_IMAGE)
|
FROM $(NODE_IMAGE)
|
||||||
RUN yarn global add @redocly/openapi-cli@1.0.0-beta.82
|
RUN yarn global add @redocly/cli@1.0.0-beta.123
|
||||||
endef
|
endef
|
||||||
export DOCKERFILE_APIDOCS_LINT
|
export DOCKERFILE_APIDOCS_LINT
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue