summaryrefslogtreecommitdiff
path: root/app/services/test_hook_service.rb
blob: 4c496d3240b1b28013e629774991e611441a7017 (plain)
1
2
3
4
5
class TestHookService
  def execute(hook, current_user)
    WebHookService.new.build_end(hook.project.commits.last.last_build)
  end
end