diff --git a/.drone1.yml b/.drone1.yml index b835b53216c..513d40a1ea0 100644 --- a/.drone1.yml +++ b/.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 ]