From 7fbdd4f2ac6a363302fcc9c966ef8b267fb65f9e Mon Sep 17 00:00:00 2001 From: Lauris BH Date: Sun, 12 Aug 2018 03:08:17 +0300 Subject: [PATCH] Enable swagger validation back as issue with it has been fixed upstream (#4673) --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index cd7a0394a..0caeb1e67 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