X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitlab-ci.yml;h=8deb0769484931b23f8acf6bd959f666c68a6821;hb=3b2a0026a3ba81b1712435378edb1474d36877aa;hp=4f76baa5afdf256ad2a0f2196bcc4bc07fc6e5fe;hpb=96d8d16e41d68ae14cf4f0112d9b71ac028cff62;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4f76baa5a..8deb07694 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -160,8 +160,8 @@ test-external-plugins: - name: rroemhild/test-openldap alias: ldap variables: - PGHOST: postgres - PGUSER: postgres + POSTGRES_USER: peertube + POSTGRES_HOST_AUTH_METHOD: trust REDIS_HOST: redis artifacts: expire_in: 1 day @@ -171,7 +171,6 @@ test-external-plugins: before_script: - 'sed -i -z "s/database:\n hostname: ''localhost''/database:\n hostname: ''postgres''/" config/test.yaml' - 'sed -i -z "s/redis:\n hostname: ''localhost''/redis:\n hostname: ''redis''/" config/test.yaml' - - psql -c "create user peertube with password 'peertube';" - 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"