Skip to content

Commit

Permalink
setting tx config path
Browse files Browse the repository at this point in the history
  • Loading branch information
hosy authored Aug 1, 2024
1 parent 06e1a16 commit aa3cd88
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 "tx push -s --skip"
run: bash .github/workflows/run-in-docker.sh owncloudci/transifex:latest "tx push -s --skip -c .tx/config"

- name: l10n-pull
run: bash .github/workflows/run-in-docker.sh owncloudci/transifex:latest "tx pull --all --skip --force"
run: bash .github/workflows/run-in-docker.sh owncloudci/transifex:latest "tx pull --all --skip --force -c .tx/config"

- 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 aa3cd88

Please sign in to comment.