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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2022-02-21 20:23:32 +0300
committerGitHub <noreply@github.com>2022-02-21 20:23:32 +0300
commit5ec8c8f05b23b88c814b0799a02ce1ea86171a1f (patch)
tree334decef03595deba0e3a96c4b75267c508757f3 /.github
parent105d39c19a986164b9c0de6697babd6c3ce7cb8b (diff)
Remove translations before we update them (#9456)
Fixes: #9105
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/translate.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/translate.yml b/.github/workflows/translate.yml
index baf7a7600..eef079f18 100644
--- a/.github/workflows/translate.yml
+++ b/.github/workflows/translate.yml
@@ -22,6 +22,9 @@ jobs:
submodules: recursive
ref: 2.8
+ - name: l10n-remove-old
+ run: bash .github/workflows/run-in-docker.sh rabits/qt:5.12-desktop "cd translations && make l10n-remove-old"
+
- name: l10n-read
run: bash .github/workflows/run-in-docker.sh rabits/qt:5.12-desktop "cd translations && make l10n-read"
@@ -32,9 +35,6 @@ jobs:
- name: l10n-pull
run: bash .github/workflows/run-in-docker.sh owncloudci/transifex:latest "cd translations && make l10n-pull"
- - name: l10n-write
- run: bash .github/workflows/run-in-docker.sh owncloudci/transifex:latest "cd translations && make l10n-write"
-
- name: l10n-clean
run: bash .github/workflows/run-in-docker.sh owncloudci/transifex:latest "cd translations && make l10n-clean"