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
OVERWRITE: true
- name: make-sonar-test
CODEFIRST_CLIENTDRONE_ENV_SONAR_TOKEN:
from_secret: SONAR_TOKEN
image: sonarqube:9.7.1-community
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]"
# - name: make-sonar-test
# CODEFIRST_CLIENTDRONE_ENV_SONAR_TOKEN:
# from_secret: SONAR_TOKEN
# image: sonarqube:9.7.1-community
# 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]"
Loading…
Cancel
Save