Removed debugging

This commit is contained in:
kolaente 2019-04-21 23:04:46 +02:00
parent 5cfaa0f322
commit b1701ca769
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 11 deletions

View File

@ -121,8 +121,8 @@ steps:
kind: pipeline
name: deploy-master
#depends_on:
# - testing
depends_on:
- testing
workspace:
base: /srv/app
@ -222,15 +222,6 @@ steps:
image: kolaente/fpm
pull: true
commands:
- echo $DRONE_TAG
- echo $DRONE_BRANCH
- echo $VERSION
- pwd
- git 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 ]