Update '.drone.yml'
continuous-integration/drone/push Build is passing Details

testDocker
Lilian BRETON 2 years ago
parent b9c6345b11
commit 57d0a62b9a

@ -57,9 +57,9 @@ steps:
COMMAND: create COMMAND: create
OVERWRITE: true OVERWRITE: true
- name: make-sonar-test # - name: make-sonar-test
CODEFIRST_CLIENTDRONE_ENV_SONAR_TOKEN: # CODEFIRST_CLIENTDRONE_ENV_SONAR_TOKEN:
from_secret: SONAR_TOKEN # from_secret: SONAR_TOKEN
image: sonarqube:9.7.1-community # image: sonarqube:9.7.1-community
commands: # commands:
- sonar-scanner.bat -D"sonar.projectKey=BOB-PARTY" -D"sonar.sources=." -D"sonar.host.url=https://codefirst.iut.uca.fr/sonar" -D"sonar.login=$[SONAR_TOKEN]" # - sonar-scanner.bat -D"sonar.projectKey=BOB-PARTY" -D"sonar.sources=." -D"sonar.host.url=https://codefirst.iut.uca.fr/sonar" -D"sonar.login=$[SONAR_TOKEN]"
Loading…
Cancel
Save