We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b1f65c commit 355d8d9Copy full SHA for 355d8d9
1 file changed
circle.yml
@@ -33,16 +33,9 @@ jobs:
33
command: make test
34
- run:
35
name: SonarQube upload
36
- command: make sonarqube
37
- - run:
38
- name: Update Transifex
39
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"
+ if [ "${CIRCLE_BRANCH}" == "master" ]; then
+ make sonarqube ;
46
fi
47
- store_artifacts:
48
path: mapbox/app/build/reports
0 commit comments