Skip to content

Commit 355d8d9

Browse files
author
Cameron Mace
authored
removes transifex (#665)
1 parent 9b1f65c commit 355d8d9

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

circle.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,9 @@ jobs:
3333
command: make test
3434
- run:
3535
name: SonarQube upload
36-
command: make sonarqube
37-
- run:
38-
name: Update Transifex
3936
command: |
40-
if [ "${CIRCLE_BRANCH}" == "${DEPLOY_BRANCH}" ]; then
41-
pip install transifex-client
42-
echo $'[https://www.transifex.com]\nhostname = https://www.transifex.com\nusername = '"${TRANSIFEX_USER}"$'\npassword = '"${TRANSIFEX_API_TOKEN}"$'\ntoken = '""$'\n' > ~/.transifexrc
43-
tx push -s
44-
else
45-
echo "Skipping push to Transifex"
37+
if [ "${CIRCLE_BRANCH}" == "master" ]; then
38+
make sonarqube ;
4639
fi
4740
- store_artifacts:
4841
path: mapbox/app/build/reports

0 commit comments

Comments
 (0)