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
|
image: kolaente/fpm
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- ./mage-static build-deb
|
- ./mage-static release:deb
|
||||||
depends_on: [ static-build-linux ]
|
depends_on: [ static-build-linux ]
|
||||||
|
|
||||||
- name: deb-structure
|
- name: deb-structure
|
||||||
|
@ -476,7 +476,7 @@ steps:
|
||||||
- gpg --import ~/frederik.gpg
|
- gpg --import ~/frederik.gpg
|
||||||
- mkdir debian/conf -p
|
- mkdir debian/conf -p
|
||||||
- cp build/reprepro-dist-conf debian/conf/distributions
|
- cp build/reprepro-dist-conf debian/conf/distributions
|
||||||
- ./mage-static reprepro
|
- ./mage-static release:reprepro
|
||||||
depends_on: [ build-deb ]
|
depends_on: [ build-deb ]
|
||||||
|
|
||||||
# Push the releases to our pseudo-s3-bucket
|
# Push the releases to our pseudo-s3-bucket
|
||||||
|
|
Loading…
Add table
Reference in a new issue