From b3ca1ba7037426f7a0d9ebb2ab872bb5c1c3ba21 Mon Sep 17 00:00:00 2001 From: ThompsonNye Date: Sat, 28 Dec 2024 17:42:12 +0100 Subject: [PATCH] Remove experimental own test step --- .drone.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.drone.yml b/.drone.yml index f71e36a..01f32d3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,20 +34,6 @@ steps: depends_on: - compile - - name: test2 - image: mcr.microsoft.com/dotnet/sdk:9.0 - environment: - CI_WORKSPACE: "/drone/src" - commands: - - curl https://get.docker.com | bash - - docker ps -a - - dotnet test --no-build - volumes: - - name: dockersock - path: /var/run - depends_on: - - compile - - name: docker build and push image: docker:24.0.7 commands: