summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Koenig <etk39@cornell.edu>2017-06-25 05:34:07 -0400
committerLunny Xiao <xiaolunwen@gmail.com>2017-06-25 17:34:07 +0800
commitb4e8a7c4d1be21c92091f4093391500871c130de (patch)
tree66b14c4ffc8acdd62ea79c8d57e74bee95f228ed
parent2559a34b97c4f156a4fec82b03b88a6ba4caeb76 (diff)
downloadgitea-b4e8a7c4d1be21c92091f4093391500871c130de.tar.gz
gitea-b4e8a7c4d1be21c92091f4093391500871c130de.zip
Skip sqlite integration in CI (#2058)
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 4c3fb1d793..eebf85978a 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 ]