Fix release commands in drone
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2020-09-03 22:46:41 +02:00
parent b64a80da0b
commit 118c7f25b5
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 2 deletions

View File

@ -458,7 +458,7 @@ steps:
image: kolaente/fpm
pull: true
commands:
- ./mage-static build-deb
- ./mage-static release:deb
depends_on: [ static-build-linux ]
- name: deb-structure
@ -476,7 +476,7 @@ steps:
- gpg --import ~/frederik.gpg
- mkdir debian/conf -p
- cp build/reprepro-dist-conf debian/conf/distributions
- ./mage-static reprepro
- ./mage-static release:reprepro
depends_on: [ build-deb ]
# Push the releases to our pseudo-s3-bucket