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