Welcome to mirror list, hosted at ThFree Co, Russian Federation.

public_key.rb « initializers « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e4f09a2d02058d36952d667b866e2ff603942d42 (plain)
1
2
path = File.expand_path("~/.ssh/bitbucket_rsa.pub")
Gitlab::BitbucketImport.public_key = File.read(path) if File.exist?(path)