mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
try to start gitlab
This commit is contained in:
parent
8e9dfaac7f
commit
6eefd24ea4
@ -1,14 +1,10 @@
|
|||||||
image: chill/standard-fpm:latest
|
|
||||||
services:
|
services:
|
||||||
- postgres:9.4
|
- postgres:9.4
|
||||||
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- cd /tmp
|
|
||||||
- apt-get install -qy git
|
|
||||||
- composer install --dev
|
- composer install --dev
|
||||||
- cp Tests/Fixtures/App/config/parameters.travis.yml Tests/Fixtures/App/config/parameters.yml
|
- cp Tests/Fixtures/App/config/parameters.gitlab-ci.yml Tests/Fixtures/App/config/parameters.yml
|
||||||
- psql -c 'create database test0;' -U postgres
|
|
||||||
- php Tests/Fixtures/App/console --env=test cache:warmup
|
- php Tests/Fixtures/App/console --env=test cache:warmup
|
||||||
- php Tests/Fixtures/App/console doctrine:migrations:migrate --env=test --no-interaction
|
- php Tests/Fixtures/App/console doctrine:migrations:migrate --env=test --no-interaction
|
||||||
- php Tests/Fixtures/App/console doctrine:fixtures:load --env=test --no-interaction
|
- php Tests/Fixtures/App/console doctrine:fixtures:load --env=test --no-interaction
|
||||||
|
Loading…
x
Reference in New Issue
Block a user