From 75397f5531589a2944221fab747d1eb67e65d4cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauris=20Buk=C5=A1is-Haberkorns?= Date: Sun, 12 Aug 2018 00:19:38 +0300 Subject: [PATCH] Enable swagger validation back as issue with it has been fixed upstream --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index cd7a0394a7ed3..0caeb1e6756f7 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