Merge branch 'ignore-weboob-errors' into 'master'
Docker: ignore errors in the update_weboob.sh script; See merge request phyks/Flatisfy!29
This commit is contained in:
commit
07cb54b179
@ -4,4 +4,3 @@ set -e
|
|||||||
echo "Fetching new housing posts..."
|
echo "Fetching new housing posts..."
|
||||||
cd /home/user/app
|
cd /home/user/app
|
||||||
python -m flatisfy import -v --config /flatisfy/config.json
|
python -m flatisfy import -v --config /flatisfy/config.json
|
||||||
|
|
||||||
|
@ -3,5 +3,4 @@ set -e
|
|||||||
|
|
||||||
echo "Updating Weboob..."
|
echo "Updating Weboob..."
|
||||||
cd /home/user/weboob
|
cd /home/user/weboob
|
||||||
git pull
|
git pull && pip install --upgrade . || echo "Couldn't upgrade Weboob; maybe the server is unreachable?"
|
||||||
pip install --upgrade .
|
|
||||||
|
Loading…
Reference in New Issue
Block a user