aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorMichael Grote2023-06-28 14:42:25 +0200
committerMichael Grote2023-06-28 14:42:25 +0200
commite5af708e0148b3e9af3a5b8117c4bbe2fc1306e7 (patch)
tree262f8b6619cd98dd681cd5eb7781f8300f44352d /.drone.yml
parent5ad6f76e1737d655237ac308d6aef461aeac4740 (diff)
ci: debug
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 9e52594..84e6f39 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)
- version=$(git tag | grep "^v" | tail -n 1)
+ - echo $version
- ln -s packages/debian .
- dpkg-buildpackage -uc -us
# upload