]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fixed update script
authorNicolas Lœuillet <nicolas@loeuillet.org>
Mon, 23 Jan 2017 13:43:00 +0000 (14:43 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Mon, 23 Jan 2017 13:43:00 +0000 (14:43 +0100)
scripts/update.sh

index 0860f99742502a4bfa50aa926b064fe97b732cac..e6ed58b7bf482506c9ceb9252fe1f6493851b1c9 100644 (file)
@@ -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