mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Don't sign the gpg key
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
29913b0702
commit
a61990d325
1 changed files with 1 additions and 1 deletions
|
@ -1259,7 +1259,7 @@ def github(
|
|||
)
|
||||
|
||||
for artifact in artifacts_path.iterdir():
|
||||
if artifact.suffix in (".patch", ".asc"):
|
||||
if artifact.suffix in (".patch", ".asc", ".gpg", ".pub"):
|
||||
continue
|
||||
tools.utils.gpg_sign(ctx, key_id, artifact)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue