Browse Source

chore: clean un-needed move

pull/9719/head
Antoine GIRARD 6 years ago
parent
commit
b1c53ba7eb
  1. 4
      .drone.yml

4
.drone.yml

@ -169,8 +169,6 @@ steps:
- name: test-sqlite
pull: always
image: golang:1.13
depends_on:
- build
commands:
- "curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash"
- apt-get install -y git-lfs
@ -179,6 +177,8 @@ steps:
environment:
GOPROXY: off
TAGS: bindata
depends_on:
- build
- name: test-mysql
pull: always

Loading…
Cancel
Save