From 554581f84855eda4589a4f66bb560a5ca00e63ff Mon Sep 17 00:00:00 2001 From: Mura Li Date: Thu, 25 Oct 2018 18:37:46 +0800 Subject: [PATCH] Disable sqlite test (#5178) For #5172 --- .drone.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.drone.yml b/.drone.yml index 682797105e..08a376ab1c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -117,18 +117,18 @@ pipeline: when: event: [ tag ] - test-sqlite: - image: golang:1.11 - pull: true - group: test - environment: - TAGS: bindata - commands: - - curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash - - apt-get install -y git-lfs - - make test-sqlite - when: - event: [ push, tag, pull_request ] + # test-sqlite: + # image: golang:1.11 + # pull: true + # group: test + # environment: + # TAGS: bindata + # commands: + # - curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash + # - apt-get install -y git-lfs + # - make test-sqlite + # when: + # event: [ push, tag, pull_request ] test-mysql: image: golang:1.11