]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - scripts/update.sh
Added documentation about testsuite
[github/wallabag/wallabag.git] / scripts / update.sh
index 167e84e1f1cb4cbc0e7f04cea112ce1657e77267..48281210d02e241c441994830f299bb12e2f4124 100644 (file)
@@ -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