Skip to content

Commit 9837321

Browse files
committed
CI: reorder steps, recreating tx config now requires tx CLI
1 parent 67eb871 commit 9837321

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
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)