mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-15 17:59:43 +00:00
remove memory_limit during the installation of deps
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- composer config github-oauth.github.com $GITHUB_TOKEN
|
- composer config github-oauth.github.com $GITHUB_TOKEN
|
||||||
- composer install --no-interaction
|
- php -d memory_limit=-1 /usr/local/bin/composer install --no-interaction
|
||||||
- cp Tests/Fixtures/App/app/config/parameters.gitlab-ci.yml Tests/Fixtures/App/app/config/parameters.yml
|
- cp Tests/Fixtures/App/app/config/parameters.gitlab-ci.yml Tests/Fixtures/App/app/config/parameters.yml
|
||||||
- php Tests/Fixtures/App/app/console --env=test cache:warmup
|
- php Tests/Fixtures/App/app/console --env=test cache:warmup
|
||||||
- php Tests/Fixtures/App/app/console doctrine:migrations:migrate --env=test --no-interaction
|
- php Tests/Fixtures/App/app/console doctrine:migrations:migrate --env=test --no-interaction
|
||||||
|
Reference in New Issue
Block a user