summaryrefslogtreecommitdiff
path: root/config/initializers/public_key.rb
blob: b70c665f80dd4d606ede686915d3bc03f5e43775 (plain)
1
2
path = File.expand_path("~/.ssh/bitbucket_isa.pub")
Gitlab::BitbucketImport.public_key = File.read(path) if File.exist?(path)