X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fupdate.sh;h=a29e0168f1901364ab106bf5ecdbb14e64219978;hb=68003139e133835805b143b62c4407f19b495dab;hp=f43c4f24c999ca0c6a72ca430a62ed66c2194466;hpb=e52ee565f7df9566d53577cd127088141641619c;p=github%2Fwallabag%2Fwallabag.git diff --git a/scripts/update.sh b/scripts/update.sh index f43c4f24..a29e0168 100644 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -9,11 +9,11 @@ if [ ! -d "$DIR" ]; then DIR="$PWD/scripts"; fi . "$DIR/require.sh" ENV=$1 -TAG=$(git describe --tags $(git rev-list --tags --max-count=1)) rm -rf var/cache/* git fetch origin 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 cache:clear --env=$ENV