Debugging

This commit is contained in:
kolaente 2019-04-21 21:54:47 +02:00
parent 3872d1d8a7
commit 3adfb81d5e
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 4 additions and 0 deletions

View File

@ -229,6 +229,10 @@ steps:
- echo $DRONE_TAG
- echo $DRONE_BRANCH
- echo $VERSION
- git describe --tags --always --abbrev=10
- git describe --tags --always --abbrev=10 | sed 's/-/+/'
- git describe --tags --always --abbrev=10 | sed 's/-/+/' | sed 's/^v//'
- git describe --tags --always --abbrev=10 | sed 's/-/+/' | sed 's/^v//' | sed 's/-g/-/'
- make build-deb
depends_on: [ static-build-linux ]