提交 ee7468e7 编写于 作者: A Alexis Reigel

we need to update the gpg_key as well

上级 78b52645
......@@ -32,7 +32,8 @@ module Gitlab
def update_signature!(cached_signature)
using_keychain do |gpg_key|
cached_signature.update_attributes!(
valid_signature: gpg_signature_valid_signature_value(gpg_key)
valid_signature: gpg_signature_valid_signature_value(gpg_key),
gpg_key: gpg_key
)
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册