diff options
author | Stan Hu <stanhu@gmail.com> | 2018-01-10 13:03:31 -0800 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2018-01-12 14:36:45 +0000 |
commit | 9ac02447386495c54236e8e8ba702a54931a4e61 (patch) | |
tree | 2f9123523a76d78bbff0594522f077ef4ea015ac /lib/gitlab_net.rb | |
parent | 58ceab7279066faaaa15e16afb842fee4b7eff49 (diff) | |
download | gitlab-shell-9ac02447386495c54236e8e8ba702a54931a4e61.tar.gz |
Remove special case treatment of Geo nodes for SSH
We removed SSH support in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3553,
so we no longer need the ability to show all refs for Geo nodes.
Closes #115
Diffstat (limited to 'lib/gitlab_net.rb')
-rw-r--r-- | lib/gitlab_net.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/gitlab_net.rb b/lib/gitlab_net.rb index 924a784..3f8c280 100644 --- a/lib/gitlab_net.rb +++ b/lib/gitlab_net.rb @@ -44,8 +44,7 @@ class GitlabNet gl_repository: nil, gl_username: nil, repository_path: nil, - gitaly: nil, - geo_node: false) + gitaly: nil) end end |