Skip to content
Snippets Groups Projects
Commit 0002780b authored by Cédric Girardot's avatar Cédric Girardot
Browse files

CI : Modifie commande migration BD

Change-Id: Ib1130c9dd0f7e32f255b68df637f4d18fd271f31
parent e88229f8
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ test-app: ...@@ -44,7 +44,7 @@ test-app:
composer install $ADU_CI_COMPOSER_CLI_OPTIONS composer install $ADU_CI_COMPOSER_CLI_OPTIONS
yarn install --frozen-lockfile yarn install --frozen-lockfile
yarn run build yarn run build
bin/console doctrine:schema:update --force bin/console doctrine:migration:migrate --no-interaction
bin/console cache:clear bin/console cache:clear
bin/console lint:yaml --no-interaction config bin/console lint:yaml --no-interaction config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment