Mise à jour de '.drone.yml'
continuous-integration/drone/push Build is passing Details

master
Arthur VALIN 2 years ago
parent d0e7355916
commit 7267b0c689

@ -6,7 +6,7 @@ steps:
- name: sonar-analyses - name: sonar-analyses
image: hub.codefirst.iut.uca.fr/camille.petitalot/drone-sonarplugin-reactnative:latest image: hub.codefirst.iut.uca.fr/camille.petitalot/drone-sonarplugin-reactnative:latest
commands: commands:
- cd Source - cd src
- npm install - npm install
- sonar-scanner -Dsonar.projectKey=PROJECT_NAME -Dsonar.sources=. -Dsonar.host.url=$${PLUGIN_SONAR_HOST} - sonar-scanner -Dsonar.projectKey=PROJECT_NAME -Dsonar.sources=. -Dsonar.host.url=$${PLUGIN_SONAR_HOST}
-Dsonar.login=$${PLUGIN_SONAR_TOKEN} -Dsonar.login=$${PLUGIN_SONAR_TOKEN}

Loading…
Cancel
Save