Gitlab::ShellEnv added

This commit is contained in:
Dmitriy Zaporozhets 2013-02-14 15:17:43 +02:00
parent b698094d4d
commit 49cf9badbc
4 changed files with 22 additions and 3 deletions

View file

@ -53,7 +53,6 @@ module Gitlab
system("/home/git/gitlab-shell/bin/gitlab-keys rm-key #{key_id} \"#{key_content}\"")
end
def url_to_repo path
Gitlab.config.gitlab_shell.ssh_path_prefix + "#{path}.git"
end