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:
Phyks 2018-08-27 12:25:02 +02:00
commit 07cb54b179
2 changed files with 1 additions and 3 deletions

View File

@ -4,4 +4,3 @@ set -e
echo "Fetching new housing posts..."
cd /home/user/app
python -m flatisfy import -v --config /flatisfy/config.json

View File

@ -3,5 +3,4 @@ set -e
echo "Updating Weboob..."
cd /home/user/weboob
git pull
pip install --upgrade .
git pull && pip install --upgrade . || echo "Couldn't upgrade Weboob; maybe the server is unreachable?"