From 113fe4f9a82ec9846c13f9bae255b2ab89a37e9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Mouyon?= Date: Sat, 4 May 2024 08:18:57 +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 | 3 --- 1 file changed, 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 702a1e8..f349b12 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,6 @@ steps: - dotnet build QwirkleWithoutMaui.sln -c Release --no-restore - dotnet publish QwirkleWithoutMaui.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release -steps: - name: tests image: mcr.microsoft.com/dotnet/sdk:8.0 commands: @@ -22,7 +21,6 @@ steps: - dotnet restore QwirkleWithoutMaui.sln - dotnet test QwirkleWithoutMaui --no-restore -steps: - name: generate-and-deploy-docs image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-docdeployer failure: ignore @@ -37,7 +35,6 @@ steps: event: - push -steps: - name: code-inspection image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dronesonarplugin-dotnet8 secrets: [ SECRET_SONAR_LOGIN ]