mirror of
https://github.com/go-gitea/gitea
synced 2024-11-21 23:31:40 +01:00
Disable swagger validation while it is not fixed in upstream (#4423)
This commit is contained in:
parent
61f4ad2fc5
commit
c2ec38f9b7
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ pipeline:
|
||||||
- make lint
|
- make lint
|
||||||
- make fmt-check
|
- make fmt-check
|
||||||
- make swagger-check
|
- make swagger-check
|
||||||
- make swagger-validate
|
# - make swagger-validate
|
||||||
- make misspell-check
|
- make misspell-check
|
||||||
- make test-vendor
|
- make test-vendor
|
||||||
- make build
|
- make build
|
||||||
|
|
Loading…
Reference in a new issue