mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +00:00
removing memory limit on composer install
This commit is contained in:
parent
7a6b2c3fe7
commit
6eef0fcf88
@ -3,7 +3,7 @@
|
|||||||
- chill/database:latest
|
- chill/database:latest
|
||||||
before_script:
|
before_script:
|
||||||
- composer config github-oauth.github.com $GITHUB_TOKEN
|
- composer config github-oauth.github.com $GITHUB_TOKEN
|
||||||
- composer install
|
- php -d memory_limit=-1 /usr/local/bin/composer install
|
||||||
- cp Resources/test/Fixtures/App/config/parameters.gitlab-ci.yml Resources/test/Fixtures/App/config/parameters.yml
|
- cp Resources/test/Fixtures/App/config/parameters.gitlab-ci.yml Resources/test/Fixtures/App/config/parameters.yml
|
||||||
- php Resources/test/Fixtures/App/console --env=test cache:warmup
|
- php Resources/test/Fixtures/App/console --env=test cache:warmup
|
||||||
- php Resources/test/Fixtures/App/console doctrine:migrations:migrate --env=test --no-interaction
|
- php Resources/test/Fixtures/App/console doctrine:migrations:migrate --env=test --no-interaction
|
||||||
|
Loading…
x
Reference in New Issue
Block a user