mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
re-introduce platform-reqs in installation phase
This commit is contained in:
parent
74c6c645f1
commit
83b45fd88b
@ -6,7 +6,7 @@
|
||||
- echo "PHP version is $(php --version)"
|
||||
- composer config github-oauth.github.com $GITHUB_TOKEN
|
||||
- if [ $CI_BUILD_REF_NAME = "1.0" ] ; then export COMPOSER_ROOT_VERSION="1.0-dev"; else export COMPOSER_ROOT_VERSION="dev-master"; fi
|
||||
- php -d memory_limit=-1 /usr/local/bin/composer install --no-interaction --ignore-platform-reqs
|
||||
- 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
|
||||
- ./console.sh --env=test cache:warmup
|
||||
- ./console.sh doctrine:migrations:migrate --env=test --no-interaction
|
||||
|
Loading…
x
Reference in New Issue
Block a user