From 90428797e220dc537e67987db71d37619a212305 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 30 Jun 2023 11:52:09 +0200 Subject: [PATCH] ci: debug --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 32bdeaf..1daeba1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,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 + - echo "export version=$version" > env - ls -lah - pwd - chmod 0755 sanoid @@ -52,6 +52,7 @@ steps: - cd sanoid - ls -lah - pwd + - source env - echo $version - | curl -X POST -H "token: $auth_token" -F "file=@./sanoid_$(echo $version).deb" http://docker10.grote.lan:5040/upload