From 729d307d8d35f4741211e2256a4efb9c01976c2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Van=C3=AD=C4=8Dek?= Date: Thu, 10 Aug 2023 21:26:13 +0200 Subject: [PATCH] Debug CI problems --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b39fb84..2a6c8c3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,4 +13,5 @@ steps: repo: git.ivasoft.cz/sw/redmine tags: - latest - - ${DRONE_TAG:-latest} \ No newline at end of file + - ${DRONE_TAG:-latest} + debug: true \ No newline at end of file