Weblate script: pull after push

This commit is contained in:
Raphael Michel
2019-01-12 17:09:10 +01:00
parent 01411b84e4
commit d103b0bb84

View File

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