Skip to content

Commit

Permalink
Fixed GPG sign command
Browse files Browse the repository at this point in the history
  • Loading branch information
Janos Pasztor committed Dec 29, 2020
1 parent e5faa03 commit 4957bcf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,13 @@ source:
name_template: 'containerssh-agent-{{ .Version }}-source'
signs:
- id: sign-deb-package
name: Sign DEB package
artifacts: all
cmd: /bin/bash
args:
- '-c'
# HACK: the 'ids' parameter seems to not work on deb packages.
- if [[ "${artifact}" == *.deb ]]; then dpkg-sig -k [email protected] -s "builder" ${artifact}; fi
- id: sign-rpm-package
name: Sign RPM package
artifacts: all
cmd: /bin/bash
args:
Expand Down

0 comments on commit 4957bcf

Please sign in to comment.