Merge pull request #2007 from opencloud-eu/ci/fix-translation-pipeline

ci: fix translation pipeline
This commit is contained in:
Sawjan Gurung
2025-12-12 10:46:26 +05:45
committed by GitHub
parent 8f323c775a
commit 446ae35701

View File

@@ -2353,11 +2353,12 @@ def translation_sync(ctx):
"image": OC_CI_GOLANG,
"commands": [
"make l10n-read",
"mkdir tx && cd tx",
"curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash",
". ~/.profile",
"export PATH=$PATH:$(pwd) && cd ..",
"make l10n-push",
"make l10n-pull",
"rm tx",
"rm -rf tx",
"make l10n-clean",
],
"environment": {