diff options
| -rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ steps: - cd sanoid - # 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) + - version=$(git tag | grep "^v" | tail -n 1 | tr -d v) - echo $version - ln -s packages/debian . - dpkg-buildpackage -uc -us |