Only update source files and pull in translations, don't push anything

This commit is contained in:
Janek Bevendorff 2018-01-20 17:05:29 +01:00
parent 36b4d5a120
commit c824b0694e

View File

@ -458,7 +458,8 @@ merge() {
performChecks
logInfo "Updating language files..."
./share/translations/update.sh
./share/translations/update.sh update
./share/translations/update.sh pull
if [ 0 -ne $? ]; then
exitError "Updating translations failed!"
fi