0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-02-01 11:52:40 +01:00

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

This commit is contained in:
Lauris BH 2018-07-12 14:49:40 +03:00 committed by Lunny Xiao
parent c784ac53ba
commit 1965eaf96e

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