Skip to content

Commit

Permalink
BGDIINF_SB-3114: Fixed openapi-validator
Browse files Browse the repository at this point in the history
  • Loading branch information
ltflb-bgdi committed Mar 20, 2024
1 parent 91b0062 commit d33d647
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,7 @@ dockerrun: clean_logs dockerbuild $(LOGS_DIR)

.PHONY: lint-spec
lint-spec:
docker run --volume "$(PWD)":/data jamescooke/openapi-validator:0.54.0 -e openapi.yml

docker run --volume "$(PWD)":/data 974517877189.dkr.ecr.eu-central-1.amazonaws.com/external/openapi/openapi-validator:0.54.0 -e openapi.yml

.PHONY: serve-spec-recod
serve-spec-redoc:
Expand Down
2 changes: 1 addition & 1 deletion config/logging-cfg-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ root:
loggers:
werkzeug:
handlers: []
level: WARNING
level: DEBUG
gunicorn.error:
level: DEBUG
handlers:
Expand Down

0 comments on commit d33d647

Please sign in to comment.