From 389638878ae08ee528a69b9bd2df69c4953794e5 Mon Sep 17 00:00:00 2001 From: Sawjan Gurung Date: Fri, 12 Dec 2025 10:46:26 +0545 Subject: [PATCH] Merge pull request #2007 from opencloud-eu/ci/fix-translation-pipeline ci: fix translation pipeline --- .woodpecker.star | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.woodpecker.star b/.woodpecker.star index 3e153e006..6fd07ecf5 100644 --- a/.woodpecker.star +++ b/.woodpecker.star @@ -2347,11 +2347,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": {