From 1965eaf96edcd5b8613afc026a8f0a27da2db6a8 Mon Sep 17 00:00:00 2001 From: Lauris BH Date: Thu, 12 Jul 2018 14:49:40 +0300 Subject: [PATCH] Disable swagger validation while it is not fixed in upstream (#4423) (#4431) --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9a27e1c21..d9bccddca 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