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:
@ -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 origin
|
||||||
git fetch --tags
|
git fetch --tags
|
||||||
git checkout 2.0.8
|
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 origin
|
||||||
git fetch --tags
|
git fetch --tags
|
||||||
git checkout 2.1.0
|
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 origin
|
||||||
git fetch --tags
|
git fetch --tags
|
||||||
git checkout 2.0.8
|
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 origin
|
||||||
git fetch --tags
|
git fetch --tags
|
||||||
git checkout 2.1.0
|
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 origin
|
||||||
git fetch --tags
|
git fetch --tags
|
||||||
git checkout 2.0.8
|
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 origin
|
||||||
git fetch --tags
|
git fetch --tags
|
||||||
git checkout 2.1.0
|
git checkout 2.1.0
|
||||||
|
|||||||
Reference in New Issue
Block a user