X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fupdate.sh;h=48281210d02e241c441994830f299bb12e2f4124;hb=84e3c36e02e4ffb4611f6e1eca37c97a0ffb4660;hp=167e84e1f1cb4cbc0e7f04cea112ce1657e77267;hpb=edc8bc0b2f23bf27ac33b9de079644cc9076579a;p=github%2Fwallabag%2Fwallabag.git diff --git a/scripts/update.sh b/scripts/update.sh index 167e84e1..48281210 100644 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -6,6 +6,6 @@ TAG=$(git describe --tags $(git rev-list --tags --max-count=1)) rm -rf var/cache/* git fetch origin git fetch --tags -git checkout $TAG +git checkout $TAG --force SYMFONY_ENV=$ENV composer install --no-dev -o --prefer-dist php bin/console cache:clear --env=$ENV