Fix gitlab ci external tests
This commit is contained in:
parent
ceba0e65d4
commit
96d8d16e41
|
@ -171,7 +171,7 @@ test-external-plugins:
|
||||||
before_script:
|
before_script:
|
||||||
- 'sed -i -z "s/database:\n hostname: ''localhost''/database:\n hostname: ''postgres''/" config/test.yaml'
|
- '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'
|
- '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
|
- NOCLIENT=1 yarn install --pure-lockfile --cache-folder .yarn-cache
|
||||||
script:
|
script:
|
||||||
- npm run ci -- "external-plugins"
|
- npm run ci -- "external-plugins"
|
||||||
|
|
Loading…
Reference in New Issue