From 108960d074c246f7b39bde914540476d66373f8a Mon Sep 17 00:00:00 2001 From: ThompsonNye Date: Sat, 28 Dec 2024 17:24:06 +0100 Subject: [PATCH] Add debug --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index d505daf..f71e36a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -40,6 +40,7 @@ steps: CI_WORKSPACE: "/drone/src" commands: - curl https://get.docker.com | bash + - docker ps -a - dotnet test --no-build volumes: - name: dockersock