summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorLauris BH <lauris@nix.lv>2018-07-11 17:03:52 +0300
committertechknowlogick <techknowlogick@users.noreply.github.com>2018-07-11 10:03:52 -0400
commitc2ec38f9b70157ae08867190b2d2b23efd1d4cb0 (patch)
tree87d6fbca6f1c576081ce37e98ca5842f6b26b6be /.drone.yml
parent61f4ad2fc52ab9f90cb30621de4d29ccd516eca4 (diff)
downloadgitea-c2ec38f9b70157ae08867190b2d2b23efd1d4cb0.tar.gz
gitea-c2ec38f9b70157ae08867190b2d2b23efd1d4cb0.zip
Disable swagger validation while it is not fixed in upstream (#4423)
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 9a27e1c219..d9bccddcae 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