From ed360da8030eb85713ea141aa87239f456f2ce09 Mon Sep 17 00:00:00 2001 From: Liam MONCHANIN Date: Tue, 23 May 2023 16:55:57 +0200 Subject: [PATCH] Essai fix Sonar --- .drone.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index f765e59..dc61144 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,11 +30,10 @@ steps: image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dronesonarplugin-dotnet7 secrets: [ Sonar_Login ] environment: - settings: - sonar_host: https://codefirst.iut.uca.fr/sonar/ - sonar_token: - from_secret: Sonar_Login - project_key: notus_ThMo + sonar_host: https://codefirst.iut.uca.fr/sonar/ + sonar_token: + from_secret: Sonar_Login + project_key: notus_ThMo commands: - cd notus/ - dotnet restore notus_without_maui.sln