Skip to content

Commit

Permalink
stay in root folder to automatically use the .tx/config
Browse files Browse the repository at this point in the history
  • Loading branch information
hosy committed Aug 1, 2024
1 parent 99a97cd commit 06e1a16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
- name: l10n-push
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
# we need to use a different docker image for those two, this appears to be a bit tricky with github actions out of the box
run: bash .github/workflows/run-in-docker.sh owncloudci/transifex:latest "cd ownCloud/Resources/en.lproj && tx push -s --skip"
run: bash .github/workflows/run-in-docker.sh owncloudci/transifex:latest "tx push -s --skip"

- name: l10n-pull
run: bash .github/workflows/run-in-docker.sh owncloudci/transifex:latest "tx pull --all --skip --minimum-perc=75 --force"
run: bash .github/workflows/run-in-docker.sh owncloudci/transifex:latest "tx pull --all --skip --force"

- 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 06e1a16

Please sign in to comment.