From 1f16d1c2c6ec415854aa3b5c688e09be41c9cc3b Mon Sep 17 00:00:00 2001 From: Remi LAVERGNE Date: Mon, 15 May 2023 10:47:15 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= 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 64378c9..ce3fbc9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,13 +24,13 @@ steps: - name: code-analysis image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dronesonarplugin-dotnet7-maui - secrets: [ SECRET_SONAR_LOGIN ] + secrets: squ_4443cbe1446cf65f504f76cc519e701089fa3eb2 settings: # accessible en ligne de commande par ${PLUGIN_SONAR_HOST} sonar_host: https://codefirst.iut.uca.fr/sonar/ # accessible en ligne de commande par ${PLUGIN_SONAR_TOKEN} sonar_token: - from_secret: SECRET_SONAR_LOGIN + from_secret: squ_4443cbe1446cf65f504f76cc519e701089fa3eb2 commands: - cd GameAtlas/ - dotnet restore GameAtlas.sln