mirror of
1
Fork 0

chore: clean un-needed move

This commit is contained in:
Antoine GIRARD 2020-01-12 08:43:36 +01:00
parent dd88cc49d8
commit b1c53ba7eb
1 changed files with 2 additions and 2 deletions

View File

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