We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7d5dbe commit 0c4d0f9Copy full SHA for 0c4d0f9
.drone.yml
@@ -551,14 +551,14 @@ steps:
551
- groupadd --gid 1001 gitea && useradd -m --gid 1001 --uid 1001 gitea
552
- apt-get update
553
- 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 \
556
- export TEST_PGSQL_SCHEMA=''
557
- ./build/test-env-prepare.sh
- - make build
558
- su gitea bash -c "export PATH=$PATH:/usr/local/go/bin && timeout -s ABRT 40m make test-e2e-pgsql"
559
environment:
560
GOPROXY: https://goproxy.io
561
GOSUMDB: sum.golang.org
- TAGS: bindata
562
USE_REPO_TEST_DIR: 1
563
NO_DEPS_PLAYWRIGHT: 1
564
TEST_LOGGER: console,file # Debug
0 commit comments