Skip to content
Snippets Groups Projects

GPG signed commits

Merged Alexis Reigel requested to merge siemens/gitlab-ce:feature/gpg-signed-commits into master
4 files
+ 32
30
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 2
2
@@ -40,10 +40,10 @@ def extract_fingerprint
end
def add_to_keychain
Gitlab::Gpg.add_to_keychain(key)
Gitlab::Gpg::CurrentKeyChain.add(key)
end
def remove_from_keychain
Gitlab::Gpg.remove_from_keychain(fingerprint)
Gitlab::Gpg::CurrentKeyChain.remove(fingerprint)
end
end
Loading