From 943fddfbbe5b3c04620b230d606bfd0f8a58f3ff Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 13 May 2020 09:40:22 +0200 Subject: Try to fix gitlab ci --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e3851d080..8deb07694 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -160,10 +160,7 @@ test-external-plugins: - name: rroemhild/test-openldap alias: ldap variables: - PGHOST: postgres - PGUSER: peertube POSTGRES_USER: peertube - POSTGRES_PASSWORD: peertube POSTGRES_HOST_AUTH_METHOD: trust REDIS_HOST: redis artifacts: @@ -176,4 +173,4 @@ test-external-plugins: - 'sed -i -z "s/redis:\n hostname: ''localhost''/redis:\n hostname: ''redis''/" config/test.yaml' - NOCLIENT=1 yarn install --pure-lockfile --cache-folder .yarn-cache script: - - npm run ci -- "external-plugins" + - PGHOST=postgres PGUSER=peertube npm run ci -- "external-plugins" -- cgit v1.2.3