mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-27 03:21:01 +00:00
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:
parent
4ac780eb21
commit
88d8125a5f
6 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,7 @@ Das neueste Release ist auf https://www.wallabag.org/pages/download-wallabag.htm
|
|||
|
||||
::
|
||||
|
||||
rm -rf var/cache/*
|
||||
git fetch origin
|
||||
git fetch --tags
|
||||
git checkout 2.0.8
|
||||
|
|
|
@ -11,6 +11,7 @@ Das neueste Release ist auf https://www.wallabag.org/pages/download-wallabag.htm
|
|||
|
||||
::
|
||||
|
||||
rm -rf var/cache/*
|
||||
git fetch origin
|
||||
git fetch --tags
|
||||
git checkout 2.1.0
|
||||
|
|
|
@ -8,6 +8,7 @@ The last release is published on https://www.wallabag.org/pages/download-wallaba
|
|||
|
||||
::
|
||||
|
||||
rm -rf var/cache/*
|
||||
git fetch origin
|
||||
git fetch --tags
|
||||
git checkout 2.0.8
|
||||
|
|
|
@ -11,6 +11,7 @@ The last release is published on https://www.wallabag.org/pages/download-wallaba
|
|||
|
||||
::
|
||||
|
||||
rm -rf var/cache/*
|
||||
git fetch origin
|
||||
git fetch --tags
|
||||
git checkout 2.1.0
|
||||
|
|
|
@ -8,6 +8,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.0.8
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue