From cc0ce6908425ef80b28beecfb9c0209160ba4494 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 24 Jul 2023 10:32:18 +0200 Subject: [PATCH] feat: add debugging Signed-off-by: kjuulh --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 492dd73..6caaf3c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -44,6 +44,7 @@ steps: - cd ci || exit 1 - cargo build - cd - || exit 1 + - ls ci/target/debug/ci - ./ci/target/debug/ci services: - name: docker