瀏覽代碼

Disable sqlite test (#5178)

For #5172
tags/v1.7.0-dev
Mura Li 5 年之前
父節點
當前提交
554581f848
共有 1 個文件被更改,包括 12 次插入12 次删除
  1. 12
    12
      .drone.yml

+ 12
- 12
.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

Loading…
取消
儲存