TUN-9941: Fix typo causing r2-release-next deployment to fail
* TUN-9941: Fix typo causing r2-release-next deployment to fail Closes TUN-9941
This commit is contained in:
parent
691550a6f2
commit
95642486c6
|
|
@ -431,7 +431,7 @@ if __name__ == "__main__":
|
|||
if len(key_results) > 1:
|
||||
secondary_gpg_key_id, secondary_gpg_key_name = key_results[1]
|
||||
|
||||
if args.args.gpg_private_key_2:
|
||||
if args.gpg_private_key_2:
|
||||
print(f"signing RPM with secondary gpg_key: {secondary_gpg_key_id}")
|
||||
pkg_creator.import_rpm_key(args.gpg_public_key_2)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in New Issue