diff options
| author | Michael Grote | 2023-06-28 14:42:25 +0200 |
|---|---|---|
| committer | Michael Grote | 2023-06-28 14:42:25 +0200 |
| commit | e5af708e0148b3e9af3a5b8117c4bbe2fc1306e7 (patch) | |
| tree | 262f8b6619cd98dd681cd5eb7781f8300f44352d | |
| parent | 5ad6f76e1737d655237ac308d6aef461aeac4740 (diff) | |
ci: debug
| -rw-r--r-- | .drone.yml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |