ci: fix version
This commit is contained in:
parent
e5af708e01
commit
bbaeea219c
1 changed files with 1 additions and 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
|
||||
|
|
Reference in a new issue