Skip to content

Commit

Permalink
removed directory change before tx pull
Browse files Browse the repository at this point in the history
  • Loading branch information
hosy authored Jul 18, 2024
1 parent 89b27a5 commit 2717359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: bash .github/workflows/run-in-docker.sh owncloudci/transifex:latest "cd ownCloud/Resources/en.lproj && tx push -s --skip"

- name: l10n-pull
run: bash .github/workflows/run-in-docker.sh owncloudci/transifex:latest "cd ownCloud/Resources/ && tx pull --force --skip --all"
run: bash .github/workflows/run-in-docker.sh owncloudci/transifex:latest "tx pull --force --skip --all"

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y clang libpython2.7 libpython2.7-dev
Expand Down

0 comments on commit 2717359

Please sign in to comment.