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..."
|
||||
cd /home/user/app
|
||||
python -m flatisfy import -v --config /flatisfy/config.json
|
||||
|
||||
|
@ -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?"
|
||||
|
Loading…
Reference in New Issue
Block a user