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