Don't sign the gpg key

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2023-02-28 12:39:59 +00:00 committed by Pedro Algarvio
parent 29913b0702
commit a61990d325

View file

@ -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)