diff options
author | Alejandro RodrÃguez <alejorro70@gmail.com> | 2017-05-02 18:30:06 -0300 |
---|---|---|
committer | Alejandro RodrÃguez <alejorro70@gmail.com> | 2017-05-11 12:21:50 -0300 |
commit | b3c8ffe634290044e810c614bac6c3726883944b (patch) | |
tree | f07500275ba9b232da1dd824f51d8f8158715d3c /lib/gitlab_net.rb | |
parent | ee259653e7a00359740ca36cef606f9c3cc1a7cb (diff) | |
download | gitlab-shell-b3c8ffe634290044e810c614bac6c3726883944b.tar.gz |
Setup use of gl-repository to enqueue PostReceive sidekiq jobs
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 1e60e24..66e9fd5 100644 --- a/lib/gitlab_net.rb +++ b/lib/gitlab_net.rb @@ -27,7 +27,6 @@ class GitlabNet env: env } - if actor =~ /\Akey\-\d+\Z/ params.merge!(key_id: actor.gsub("key-", "")) elsif actor =~ /\Auser\-\d+\Z/ |