mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +00:00
remove memory_limit on composer install
This commit is contained in:
parent
d5d88ca954
commit
96bb765b03
@ -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 Test/Fixtures/App/app/config/parameters.gitlab-ci.yml Test/Fixtures/App/app/config/parameters.yml
|
- cp Test/Fixtures/App/app/config/parameters.gitlab-ci.yml Test/Fixtures/App/app/config/parameters.yml
|
||||||
# - php Test/Fixtures/App/app/console --env=test cache:warmup
|
# - php Test/Fixtures/App/app/console --env=test cache:warmup
|
||||||
- php Test/Fixtures/App/app/console doctrine:migrations:migrate --env=test --no-interaction
|
- php Test/Fixtures/App/app/console doctrine:migrations:migrate --env=test --no-interaction
|
||||||
|
Loading…
x
Reference in New Issue
Block a user