No gitolite in project any more
This commit is contained in:
parent
8e0b58d7e7
commit
d64090b8a9
27 changed files with 117 additions and 159 deletions
10
app/workers/gitlab_shell_worker.rb
Normal file
10
app/workers/gitlab_shell_worker.rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
class GitoliteWorker
|
||||
include Sidekiq::Worker
|
||||
include Gitolited
|
||||
|
||||
sidekiq_options queue: :gitlab_shell
|
||||
|
||||
def perform(action, *arg)
|
||||
gitlab_shell.send(action, *arg)
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue