Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 39204cc

Browse files
committed
CI: reorder steps, recreating tx config now requires tx CLI
1 parent 95d4b7b commit 39204cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-lint-and-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
python-version: 3
2121
- run: sudo apt-get install -y gettext
2222
- run: pip install requests cogapp polib transifex-python sphinx-intl blurb
23+
- run: curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
24+
working-directory: /usr/local/bin
2325
- uses: actions/checkout@master
2426
with:
2527
ref: ${{ matrix.version }}
2628
- run: ./manage_translation.py recreate_tx_config
2729
env:
2830
TX_TOKEN: ${{ secrets.TX_TOKEN }}
29-
- run: curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
30-
working-directory: /usr/local/bin
3131
- run: ./manage_translation.py fetch
3232
env:
3333
TX_TOKEN: ${{ secrets.TX_TOKEN }}

0 commit comments

Comments
 (0)