Skip to content

Commit 0c4d0f9

Browse files
committed
install CI deps
1 parent b7d5dbe commit 0c4d0f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -551,14 +551,14 @@ steps:
551551
- groupadd --gid 1001 gitea && useradd -m --gid 1001 --uid 1001 gitea
552552
- apt-get update
553553
- apt-get install build-essential --yes
554+
- curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash \
555+
- apt-get install -y git-lfs \
554556
- export TEST_PGSQL_SCHEMA=''
555557
- ./build/test-env-prepare.sh
556-
- make build
557558
- su gitea bash -c "export PATH=$PATH:/usr/local/go/bin && timeout -s ABRT 40m make test-e2e-pgsql"
558559
environment:
559560
GOPROXY: https://goproxy.io
560561
GOSUMDB: sum.golang.org
561-
TAGS: bindata
562562
USE_REPO_TEST_DIR: 1
563563
NO_DEPS_PLAYWRIGHT: 1
564564
TEST_LOGGER: console,file # Debug

0 commit comments

Comments
 (0)