
30 Oct
2018
30 Oct
'18
3:55 a.m.
commit 776ef40d4c11ad82d3e85649137c94ced3c843a8 Author: emma peel <emma.peel@riseup.net> Date: Tue Oct 30 07:54:51 2018 +0000 shut off the script because is too noisy --- update_translations | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_translations b/update_translations index 927821c..acc3c07 100755 --- a/update_translations +++ b/update_translations @@ -34,7 +34,7 @@ for project in $PROJECTS; do git commit -qm "Update translations for $project" > /dev/null || test $? = 1; # ... and push them live. - git push -q origin $project; + git push -q origin $project > /dev/null; cd ..; done