Try to fix gitlab ci

pull/2621/head
Chocobozzz 2020-05-13 09:40:22 +02:00
parent ee68bbc481
commit 943fddfbbe
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 4 deletions

View File

@ -160,10 +160,7 @@ test-external-plugins:
- name: rroemhild/test-openldap - name: rroemhild/test-openldap
alias: ldap alias: ldap
variables: variables:
PGHOST: postgres
PGUSER: peertube
POSTGRES_USER: peertube POSTGRES_USER: peertube
POSTGRES_PASSWORD: peertube
POSTGRES_HOST_AUTH_METHOD: trust POSTGRES_HOST_AUTH_METHOD: trust
REDIS_HOST: redis REDIS_HOST: redis
artifacts: artifacts:
@ -176,4 +173,4 @@ test-external-plugins:
- 'sed -i -z "s/redis:\n hostname: ''localhost''/redis:\n hostname: ''redis''/" config/test.yaml' - '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 - NOCLIENT=1 yarn install --pure-lockfile --cache-folder .yarn-cache
script: script:
- npm run ci -- "external-plugins" - PGHOST=postgres PGUSER=peertube npm run ci -- "external-plugins"