diff options
author | Jacob Vosmaer <jacob@gitlab.com> | 2019-04-03 14:06:47 +0200 |
---|---|---|
committer | Jacob Vosmaer <jacob@gitlab.com> | 2019-04-03 14:06:47 +0200 |
commit | 48c5f6c8ca4549a22b4f179fbd472146fa2aa002 (patch) | |
tree | d880785bb8f9641578485c1f41e1d4abf9a218d2 /lib/gitlab_net.rb | |
parent | 433cc96551a6d1f1621f9e105b1e7eb1ccc41b7a (diff) | |
download | gitlab-shell-remove-hooks.tar.gz |
Remove hooks, they belong to Gitaly nowremove-hooks
Diffstat (limited to 'lib/gitlab_net.rb')
-rw-r--r-- | lib/gitlab_net.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gitlab_net.rb b/lib/gitlab_net.rb index a84ba84..07fef22 100644 --- a/lib/gitlab_net.rb +++ b/lib/gitlab_net.rb @@ -3,7 +3,6 @@ require 'openssl' require 'json' require_relative 'gitlab_config' -require_relative 'gitlab_access' require_relative 'gitlab_lfs_authentication' require_relative 'http_helper' |