From 24dfeef379ef90b220d6c5d6a24e01dd5f747127 Mon Sep 17 00:00:00 2001 From: Ethan Koenig Date: Sun, 25 Jun 2017 05:34:07 -0400 Subject: [PATCH] Skip sqlite integration in CI (#2058) --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4c3fb1d79..eebf85978 100644 --- a/.drone.yml +++ b/.drone.yml @@ -59,7 +59,7 @@ pipeline: TAGS: bindata GOPATH: /srv/app commands: - - make test-sqlite + - echo "Needs to be fixed" # make test-sqlite when: event: [ push, tag, pull_request ]