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 27, 2024
1 parent a13d2a6 commit eced69f
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_publish_openelis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ jobs:
tags: bahmni/openelis:${{env.ARTIFACT_VERSION}},bahmni/openelis: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 }}
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 eced69f

Please sign in to comment.