public_key.rb 119 Bytes
Newer Older
1
path = File.expand_path("~/.ssh/id_rsa.pub")
Douwe Maan's avatar
Douwe Maan committed
2
Gitlab::BitbucketImport.public_key = File.read(path) if File.exist?(path)