Locale: skip continuous integration tests on translation updates

This commit is contained in:
Christian Beer 2016-11-17 00:08:38 +01:00
parent 0a53ea5b43
commit cf3b0daba3
1 changed files with 1 additions and 1 deletions

View File

@ -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'"