From e899f47cad076cc4ef93b0934eb4cbfd4e76405b Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 30 Jun 2023 11:45:48 +0200 Subject: [PATCH] ci: debug --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index bda8f8f..3d132b5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,6 +20,7 @@ steps: - # checkout latest stable release or stay on master for bleeding edge stuff (but expect bugs!) - git checkout $(git tag | grep "^v" | tail -n 1) - export version=$(git tag | grep "^v" | tail -n 1 | tr -d v) + - echo $version - ls -lah - pwd - chmod 0755 sanoid