diff options
author | Mura Li <typeless@users.noreply.github.com> | 2018-10-25 18:37:46 +0800 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2018-10-25 18:37:46 +0800 |
commit | 554581f84855eda4589a4f66bb560a5ca00e63ff (patch) | |
tree | 841e3be4249bc155dab98a5ff82c1547b1ece820 /.drone.yml | |
parent | 890a0c3cee0e5559e9b994ab280084838fd76386 (diff) | |
download | gitea-554581f84855eda4589a4f66bb560a5ca00e63ff.tar.gz gitea-554581f84855eda4589a4f66bb560a5ca00e63ff.zip |
Disable sqlite test (#5178)
For #5172
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 24 |
1 files 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 |