Rétablissement de la ci-cd
continuous-integration/drone/push Build is passing Details

pull/47/head
Clement CHIEU 1 year ago
parent 39e332cf4b
commit d557cf4876

@ -24,11 +24,11 @@ steps:
- name: code-inspection - name: code-inspection
image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dronesonarplugin-dotnet8 image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dronesonarplugin-dotnet8
secrets: [ TRY_SECERT ] secrets: [ SECRET_SONAR_LOGIN ]
environment: environment:
sonar_host: https://codefirst.iut.uca.fr/sonar/ sonar_host: https://codefirst.iut.uca.fr/sonar/
sonar_token: sonar_token:
from_secret: TRY_SECERT from_secret: SECRET_SONAR_LOGIN
project_key: API_SQLuedo project_key: API_SQLuedo
coverage_exclusions: "**/Test*/**,**/*Context*/**,**/Program.cs" coverage_exclusions: "**/Test*/**,**/*Context*/**,**/Program.cs"
commands: commands:

Loading…
Cancel
Save