mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-13 22:59:19 +10:00
8 lines
165 B
Ruby
8 lines
165 B
Ruby
module Ci
|
|
class TestHookService
|
|
def execute(hook, current_user)
|
|
Ci::WebHookService.new.build_end(hook.project.commits.last.last_build)
|
|
end
|
|
end
|
|
end
|