mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-02 13:03:50 +00:00
removing memory limit on composer install
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
- chill/database:latest
|
||||
before_script:
|
||||
- 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
|
||||
- php Resources/test/Fixtures/App/console --env=test cache:warmup
|
||||
- php Resources/test/Fixtures/App/console doctrine:migrations:migrate --env=test --no-interaction
|
||||
|
Reference in New Issue
Block a user