Build debian packages #56

Merged
konrad merged 9 commits from build-deb into master 2019-01-21 21:52:26 +00:00
1 changed files with 2 additions and 14 deletions
Showing only changes of commit 9a0b678659 - Show all commits

View File

@ -193,8 +193,9 @@ steps:
pull: true
environment:
GPG_PASSWORD: ?[Rf'Iu9WU]6E<i6=f8yL4#^(MS}<39O/T"I+W"E2[((3l0daS
# from_secret: gpg_password
GPG_PRIVATE_KEY:
from_secret:
from_secret: gpg_privkey
commands:
- export GPG_TTY=$(tty)
- gpg -qk
@ -206,19 +207,6 @@ steps:
- cp build/reprepro-dist-conf debian/conf/distributions
- make reprepro
- name: sign-deb
image: plugins/gpgsign:1
pull: true
depends_on: [ build-deb ]
settings:
key:
from_secret: gpg_privkey
passphrase:
from_secret: gpg_password
files:
- '*.deb'
detach_sign: true
# Push the releases to our pseudo-s3-bucket
- name: release-deb-latest
image: plugins/s3:1