Browse Source

Enable swagger validation back as issue with it has been fixed upstream (#4673)

tags/v1.6.0-dev
Lauris BH 7 years ago committed by techknowlogick
parent
commit
7fbdd4f2ac
  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