generated from ContainerSSH/library-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Janos Pasztor
committed
Mar 30, 2021
1 parent
951e21a
commit 9ccf5aa
Showing
1 changed file
with
0 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,13 +66,6 @@ source: | |
enabled: true | ||
name_template: 'containerssh-agent-{{ .Version }}-source' | ||
signs: | ||
- id: 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-all | ||
artifacts: all | ||
dist: build | ||
|