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