diff --git a/locale/updatetrans.sh b/locale/updatetrans.sh index 66c5a3e76f..17376030ff 100755 --- a/locale/updatetrans.sh +++ b/locale/updatetrans.sh @@ -65,7 +65,7 @@ cd ${srcdir} git add -u # only update already tracked files (will not track new files) if test $testmode -eq 0; then - git commit -m "Locale: Update localization files" + git commit -m "Locale: Update localization files [skip ci]" git push else echo "working directory prepared for commit, inspect changes with 'git diff --cached'"