0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-06-18 02:18:51 +02:00

Disable swagger validation while it is not fixed in upstream (#4423)

This commit is contained in:
Lauris BH 2018-07-11 17:03:52 +03:00 committed by techknowlogick
parent 61f4ad2fc5
commit c2ec38f9b7

View file

@ -75,7 +75,7 @@ pipeline:
- make lint
- make fmt-check
- make swagger-check
- make swagger-validate
# - make swagger-validate
- make misspell-check
- make test-vendor
- make build