Browse Source

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

aj-second-factor
Lauris BH 6 years ago
committed by Lunny Xiao
parent
commit
1965eaf96e
  1. 2
      .drone.yml

2
.drone.yml

@ -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

Loading…
Cancel
Save