forked from wallabag/wallabag
Ensure cache is clear before upgrading
If we changed some namespace / classes, we need to refresh the cache before anything else.
This commit is contained in:
@ -11,6 +11,7 @@ La dernière version de wallabag est publiée à cette adresse : https://www.wal
|
||||
|
||||
::
|
||||
|
||||
rm -rf var/cache/*
|
||||
git fetch origin
|
||||
git fetch --tags
|
||||
git checkout 2.1.0
|
||||
|
||||
Reference in New Issue
Block a user