diff --git a/.drone.yml b/.drone.yml index e6e8c51..24ef5a4 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: