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:
authorJoas Schilling <coding@schilljs.com>2022-10-01 17:50:06 +0300
committerJoas Schilling <coding@schilljs.com>2022-10-01 17:53:09 +0300
commit15a2e92db09a58eb5426c85f60e5f3787c81ee42 (patch)
treef1afe98f1dc6d10c5a173b2500844f6f7142eaba
parenta6869ef4a3b546b3fe95f99674f87aef372dab49 (diff)
Transform iOS Talk
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--translations/Dockerfile-iOSTalk2
-rwxr-xr-xtranslations/handleiOSTalkTranslations.sh8
2 files changed, 9 insertions, 1 deletions
diff --git a/translations/Dockerfile-iOSTalk b/translations/Dockerfile-iOSTalk
index 1cd8d0e..40c32f7 100644
--- a/translations/Dockerfile-iOSTalk
+++ b/translations/Dockerfile-iOSTalk
@@ -1,4 +1,4 @@
-FROM nextcloudci/translations:translations-58
+FROM ghcr.io/nextcloud/continuous-integration-translations:latest
MAINTAINER Morris Jobke <hey@morrisjobke.de>
diff --git a/translations/handleiOSTalkTranslations.sh b/translations/handleiOSTalkTranslations.sh
index 3d66f10..52fcfd9 100755
--- a/translations/handleiOSTalkTranslations.sh
+++ b/translations/handleiOSTalkTranslations.sh
@@ -16,6 +16,14 @@ rm -r NextcloudTalk/*.lproj
git checkout -- NextcloudTalk/Base.lproj
git checkout -- NextcloudTalk/en.lproj
+# Migrate the transifex config to the new client version
+cd /app
+tx migrate
+git add .tx/config
+git commit -am "[tx-robot] Update transifex configuration" -s || true
+git push
+cd -
+
# push sources
tx push -s