From d557cf48763c4221e0d7eb8032bc67f814fbe778 Mon Sep 17 00:00:00 2001 From: clchieu Date: Sun, 24 Mar 2024 17:39:35 +0100 Subject: [PATCH] =?UTF-8?q?R=C3=A9tablissement=20de=20la=20ci-cd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7f59e59..d9da154 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,11 +24,11 @@ steps: - name: code-inspection image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dronesonarplugin-dotnet8 - secrets: [ TRY_SECERT ] + secrets: [ SECRET_SONAR_LOGIN ] environment: sonar_host: https://codefirst.iut.uca.fr/sonar/ sonar_token: - from_secret: TRY_SECERT + from_secret: SECRET_SONAR_LOGIN project_key: API_SQLuedo coverage_exclusions: "**/Test*/**,**/*Context*/**,**/Program.cs" commands: