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
|
kind: pipeline
|
||||||
name: deploy-master
|
name: deploy-master
|
||||||
#depends_on:
|
depends_on:
|
||||||
# - testing
|
- testing
|
||||||
|
|
||||||
workspace:
|
workspace:
|
||||||
base: /srv/app
|
base: /srv/app
|
||||||
|
@ -222,15 +222,6 @@ steps:
|
||||||
image: kolaente/fpm
|
image: kolaente/fpm
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
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
|
- make build-deb
|
||||||
depends_on: [ static-build-linux ]
|
depends_on: [ static-build-linux ]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue