mirror of https://github.com/BOINC/boinc.git
Locale: skip continuous integration tests on translation updates
This commit is contained in:
parent
0a53ea5b43
commit
cf3b0daba3
|
@ -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'"
|
||||
|
|
Loading…
Reference in New Issue