Mise à jour de ' .drone.yml'

pull/1/head^2
Bastien OLLIER 2 years ago
parent 3b18159f14
commit c629765e33

@ -39,7 +39,7 @@ steps:
- dotnet sonarscanner end /d:sonar.login=$${PLUGIN_SONAR_TOKEN} - dotnet sonarscanner end /d:sonar.login=$${PLUGIN_SONAR_TOKEN}
secrets: [ SECRET_SONAR_LOGIN ] secrets: [ SECRET_SONAR_LOGIN ]
settings: settings:
# accessible en ligne de commande par ${PLUGIN_SONAR_HOST} # accessible en ligne de commande par ${PLUGIN_SONAR_HOST}
sonar_host: https://codefirst.iut.uca.fr/sonar/ sonar_host: https://codefirst.iut.uca.fr/sonar/
# accessible en ligne de commande par ${PLUGIN_SONAR_TOKEN} # accessible en ligne de commande par ${PLUGIN_SONAR_TOKEN}
sonar_token: sonar_token:
Loading…
Cancel
Save