From 118c7f25b51775e4cc8d38a16cc1bb15a617c56b Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 3 Sep 2020 22:46:41 +0200 Subject: [PATCH] Fix release commands in drone --- .drone1.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone1.yml b/.drone1.yml index de2001dec8d..2d71aff1823 100644 --- a/.drone1.yml +++ b/.drone1.yml @@ -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