diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-08-22 16:05:44 -0300 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-11-21 16:47:26 -0800 |
commit | 267e27b0cd543e8eeaa04686ad4678c4f553c479 (patch) | |
tree | 17970caf33c0d02bf934c7dc27c9c51a136f4ab0 /config | |
parent | ceac7878e9b5ba56f31f605c40095e8b83d83b6f (diff) | |
download | gitlab-ce-267e27b0cd543e8eeaa04686ad4678c4f553c479.tar.gz |
Remove code to clone Bitbucket repositories using SSH
Diffstat (limited to 'config')
-rw-r--r-- | config/initializers/public_key.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/initializers/public_key.rb b/config/initializers/public_key.rb deleted file mode 100644 index e4f09a2d020..00000000000 --- a/config/initializers/public_key.rb +++ /dev/null @@ -1,2 +0,0 @@ -path = File.expand_path("~/.ssh/bitbucket_rsa.pub") -Gitlab::BitbucketImport.public_key = File.read(path) if File.exist?(path) |