mirror of https://github.com/Chocobozzz/PeerTube
Fix gitlab ci external tests
parent
ceba0e65d4
commit
96d8d16e41
|
@ -171,7 +171,7 @@ 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';"; fi
|
||||
- psql -c "create user peertube with password 'peertube';"
|
||||
- NOCLIENT=1 yarn install --pure-lockfile --cache-folder .yarn-cache
|
||||
script:
|
||||
- npm run ci -- "external-plugins"
|
||||
|
|
Loading…
Reference in New Issue