aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorLauris BH <lauris@nix.lv>2018-08-12 03:08:17 +0300
committertechknowlogick <techknowlogick@users.noreply.github.com>2018-08-11 20:08:17 -0400
commit7fbdd4f2ac6a363302fcc9c966ef8b267fb65f9e (patch)
tree14cd5cab30ff6478bf6d37cb5e1496f3e5785070 /.drone.yml
parent3ad5399a31dbfe359e7d2615412c20b715a8a604 (diff)
downloadgitea-7fbdd4f2ac6a363302fcc9c966ef8b267fb65f9e.tar.gz
gitea-7fbdd4f2ac6a363302fcc9c966ef8b267fb65f9e.zip
Enable swagger validation back as issue with it has been fixed upstream (#4673)
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index cd7a0394a7..0caeb1e675 100644
--- a/.drone.yml
+++ b/.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