Closed jvoss closed 7 years ago
Fix issue with ApplicationMailer in the event GPG signing keys are not used.
Gitlab::Gpg::CurrentKeyChain.add(gpg_key) needs to be moved into block where gpg_key is checked.
Gitlab::Gpg::CurrentKeyChain.add(gpg_key)
gpg_key
Fix issue with ApplicationMailer in the event GPG signing keys are not used.
Gitlab::Gpg::CurrentKeyChain.add(gpg_key)
needs to be moved into block wheregpg_key
is checked.