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: 75d74e3625d9e131079e7b2cf1bf2d9dfbf37984 (plain)
1
2
path = File.expand_path("~/.ssh/id_rsa.pub")
Gitlab::BitbucketImport.public_key = File.read(path) if File.exist?(path)