Debugging
This commit is contained in:
parent
3872d1d8a7
commit
3adfb81d5e
1 changed files with 4 additions and 0 deletions
|
@ -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 ]
|
||||
|
||||
|
|
Loading…
Reference in a new issue