diff options
author | Chocobozzz <me@florianbigard.com> | 2020-05-13 09:40:22 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-05-13 09:40:33 +0200 |
commit | 943fddfbbe5b3c04620b230d606bfd0f8a58f3ff (patch) | |
tree | 86b4e4015b9b704fae1ecc0f9e79b61cb5ca82a0 /.gitlab-ci.yml | |
parent | ee68bbc481c154111c60fe80d57565d35bfac46e (diff) | |
download | PeerTube-943fddfbbe5b3c04620b230d606bfd0f8a58f3ff.tar.gz PeerTube-943fddfbbe5b3c04620b230d606bfd0f8a58f3ff.tar.zst PeerTube-943fddfbbe5b3c04620b230d606bfd0f8a58f3ff.zip |
Try to fix gitlab ci
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 1 insertions, 4 deletions
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: | |||
160 | - name: rroemhild/test-openldap | 160 | - name: rroemhild/test-openldap |
161 | alias: ldap | 161 | alias: ldap |
162 | variables: | 162 | variables: |
163 | PGHOST: postgres | ||
164 | PGUSER: peertube | ||
165 | POSTGRES_USER: peertube | 163 | POSTGRES_USER: peertube |
166 | POSTGRES_PASSWORD: peertube | ||
167 | POSTGRES_HOST_AUTH_METHOD: trust | 164 | POSTGRES_HOST_AUTH_METHOD: trust |
168 | REDIS_HOST: redis | 165 | REDIS_HOST: redis |
169 | artifacts: | 166 | artifacts: |
@@ -176,4 +173,4 @@ test-external-plugins: | |||
176 | - 'sed -i -z "s/redis:\n hostname: ''localhost''/redis:\n hostname: ''redis''/" config/test.yaml' | 173 | - 'sed -i -z "s/redis:\n hostname: ''localhost''/redis:\n hostname: ''redis''/" config/test.yaml' |
177 | - NOCLIENT=1 yarn install --pure-lockfile --cache-folder .yarn-cache | 174 | - NOCLIENT=1 yarn install --pure-lockfile --cache-folder .yarn-cache |
178 | script: | 175 | script: |
179 | - npm run ci -- "external-plugins" | 176 | - PGHOST=postgres PGUSER=peertube npm run ci -- "external-plugins" |