Docker: ignore errors in the update_weboob.sh script;
This commit is contained in:
parent
3aa8843142
commit
bd00a5c076
@ -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