We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 949f14a commit 3896388Copy full SHA for 3896388
1 file changed
.woodpecker.star
@@ -2347,11 +2347,12 @@ def translation_sync(ctx):
2347
"image": OC_CI_GOLANG,
2348
"commands": [
2349
"make l10n-read",
2350
+ "mkdir tx && cd tx",
2351
"curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash",
- ". ~/.profile",
2352
+ "export PATH=$PATH:$(pwd) && cd ..",
2353
"make l10n-push",
2354
"make l10n-pull",
- "rm tx",
2355
+ "rm -rf tx",
2356
"make l10n-clean",
2357
],
2358
"environment": {
0 commit comments