Make weblate script more robust

This commit is contained in:
Raphael Michel
2021-11-09 16:34:44 +01:00
parent ae047037dc
commit 25692d180f

View File

@@ -34,5 +34,7 @@ git push
# Unlock Weblate
for c in $COMPONENTS; do
wlc unlock $c;
done
for c in $COMPONENTS; do
wlc pull $c;
done