1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 10:48:37 +00:00

chore: clean un-needed move

This commit is contained in:
Antoine GIRARD
2020-01-12 08:43:36 +01:00
parent dd88cc49d8
commit b1c53ba7eb

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