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