Commit ee7468e7 authored by Alexis Reigel's avatar Alexis Reigel

we need to update the gpg_key as well

parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment