Removed debugging
This commit is contained in:
parent
5cfaa0f322
commit
b1701ca769
1 changed files with 2 additions and 11 deletions
13
.drone1.yml
13
.drone1.yml
|
@ -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 ]
|
||||
|
||||
|
|
Loading…
Reference in a new issue