Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-10-01 15:21:56 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-10-01 15:21:56 +0300
commit1786d5e4633f9f029741fcf36a4860ba8e2b82e1 (patch)
treea87e53f384d3a570b7f29047daecd1f20959ea57
parentcae63024a8b694b9598e5d4ca329423346956a88 (diff)
Do not addtranslations-51
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-rwxr-xr-xtranslations/handleTranslations.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/translations/handleTranslations.sh b/translations/handleTranslations.sh
index ee321a0..c43b235 100755
--- a/translations/handleTranslations.sh
+++ b/translations/handleTranslations.sh
@@ -72,7 +72,12 @@ do
git checkout -- tests/
# create git commit and push it
- git add apps core lib settings
+ if [ "$version" != "master" ]; then
+ git add apps core lib settings
+ else
+ git add apps core lib
+ fi
+
git commit -am "[tx-robot] updated from transifex" || true
git push origin $version