Disable sqlite test (#5178)

For #5172
This commit is contained in:
Mura Li 2018-10-25 18:37:46 +08:00 committed by Lunny Xiao
parent 890a0c3cee
commit 554581f848
1 changed files with 12 additions and 12 deletions

View File

@ -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