Skip to content

Commit

Permalink
install CI deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kdumontnu committed Jun 24, 2022
1 parent b7d5dbe commit 0c4d0f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -551,14 +551,14 @@ steps:
- groupadd --gid 1001 gitea && useradd -m --gid 1001 --uid 1001 gitea
- apt-get update
- apt-get install build-essential --yes
- curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash \
- apt-get install -y git-lfs \
- export TEST_PGSQL_SCHEMA=''
- ./build/test-env-prepare.sh
- make build
- su gitea bash -c "export PATH=$PATH:/usr/local/go/bin && timeout -s ABRT 40m make test-e2e-pgsql"
environment:
GOPROXY: https://goproxy.io
GOSUMDB: sum.golang.org
TAGS: bindata
USE_REPO_TEST_DIR: 1
NO_DEPS_PLAYWRIGHT: 1
TEST_LOGGER: console,file # Debug
Expand Down

0 comments on commit 0c4d0f9

Please sign in to comment.