Skip to content

Commit 282397f

Browse files
committed
Move empty env var to commands
1 parent b08bfb5 commit 282397f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,7 @@ steps:
552552
- groupadd --gid 1001 gitea && useradd -m --gid 1001 --uid 1001 gitea
553553
- apt-get update
554554
- apt-get install build-essential --yes
555+
- export TEST_PGSQL_SCHEMA=''
555556
- ./build/test-env-prepare.sh
556557
- su gitea bash -c "export PATH=$PATH:/usr/local/go/bin && timeout -s ABRT 40m make test-e2e-pgsql"
557558
environment:
@@ -561,7 +562,6 @@ steps:
561562
USE_REPO_TEST_DIR: 1
562563
NO_DEPS_PLAYWRIGHT: 1
563564
TEST_LOGGER: console,file # Debug
564-
TEST_PGSQL_SCHEMA: ''
565565
TEST_PGSQL_DBNAME: 'testgitea-e2e'
566566
NPX_FLAGS: '--yes'
567567
depends_on: [deps-backend, deps-frontend]

0 commit comments

Comments
 (0)