Fix release commands in drone
This commit is contained in:
parent
b64a80da0b
commit
118c7f25b5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue