Skip to content

Commit

Permalink
[Rahul] | BAH-3710 | Fix. Remove Transifex Script
Browse files Browse the repository at this point in the history
  • Loading branch information
rahu1ramesh committed Mar 26, 2024
1 parent 99ce06e commit 0879448
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 36 deletions.
34 changes: 0 additions & 34 deletions .github/scripts/transifex.sh

This file was deleted.

5 changes: 4 additions & 1 deletion .github/workflows/build_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ jobs:
tags: bahmni/default-config:${{env.ARTIFACT_VERSION}},bahmni/default-config:latest
- name: Push Translations to Transifex
run: |
bash .github/scripts/transifex.sh push
curl -o transifex.sh https://raw.githubusercontent.com/Bahmni/bahmni-infra-utils/main/transifex.sh
chmod +x transifex.sh
./transifex.sh push
rm transifex.sh
env:
TX_TOKEN: ${{ secrets.TX_TOKEN }}
- name: Update Version and Image Tag
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/pull_translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:

- name: Pull Translations from Transifex
run: |
bash .github/scripts/transifex.sh pull
curl -o transifex.sh https://raw.githubusercontent.com/Bahmni/bahmni-infra-utils/main/transifex.sh
chmod +x transifex.sh
./transifex.sh pull
rm transifex.sh
env:
TX_TOKEN: ${{ secrets.TX_TOKEN }}

Expand Down

0 comments on commit 0879448

Please sign in to comment.