mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-04 16:06:13 +00:00
fixing error in CI before_secript
This commit is contained in:
parent
cb4396b6d1
commit
209aa24866
@ -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
|
- composer install
|
||||||
- cp Resources/test/Fixtures/App/config/parameters.gitlab-ci.yml Tests/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
|
||||||
- php Resources/test/Fixtures/App/console doctrine:fixtures:load --env=test --no-interaction
|
- php Resources/test/Fixtures/App/console doctrine:fixtures:load --env=test --no-interaction
|
||||||
|
Loading…
x
Reference in New Issue
Block a user