From c8cd1660af52f9883143356020f9d0d57caee7a1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20L=C5=93uillet?= Date: Mon, 23 Jan 2017 14:43:00 +0100 Subject: [PATCH] Fixed update script --- scripts/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update.sh b/scripts/update.sh index 0860f997..e6ed58b7 100644 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -16,5 +16,5 @@ git fetch --tags TAG=$(git describe --tags $(git rev-list --tags --max-count=1)) git checkout $TAG --force SYMFONY_ENV=$ENV $COMPOSER_COMMAND install --no-dev -o --prefer-dist -php bin/console doctrine:migrations:migrate --env=$ENV +php bin/console doctrine:migrations:migrate --no-interaction --env=$ENV php bin/console cache:clear --env=$ENV -- 2.41.0