From ff464f0ec485fccd20e711bf2519698e4f0c464f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20LAVERGNE?= Date: Sat, 15 Jun 2024 22:26:03 +0200 Subject: [PATCH] Deleting the clean step of the CI --- .drone.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4289380..2417101 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,12 +10,6 @@ trigger: - push steps: - - name: clean - image: mcr.microsoft.com/dotnet/sdk:7.0 - commands: - - cd Sources/GameAtlas - - dotnet clean GameAtlas.sln - - name: build-Models image: mcr.microsoft.com/dotnet/sdk:7.0 commands: