Skip to content

Commit 3896388

Browse files
committed
Merge pull request #2007 from opencloud-eu/ci/fix-translation-pipeline
ci: fix translation pipeline
1 parent 949f14a commit 3896388

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.woodpecker.star

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2347,11 +2347,12 @@ def translation_sync(ctx):
23472347
"image": OC_CI_GOLANG,
23482348
"commands": [
23492349
"make l10n-read",
2350+
"mkdir tx && cd tx",
23502351
"curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash",
2351-
". ~/.profile",
2352+
"export PATH=$PATH:$(pwd) && cd ..",
23522353
"make l10n-push",
23532354
"make l10n-pull",
2354-
"rm tx",
2355+
"rm -rf tx",
23552356
"make l10n-clean",
23562357
],
23572358
"environment": {

0 commit comments

Comments
 (0)