Commit 0d9f6abe authored by Kamil Trzciński's avatar Kamil Trzciński

Update refresh_service.rb

parent 2e57a920
......@@ -2,19 +2,12 @@
module MergeRequests
class RefreshService < MergeRequests::BaseService
<<<<<<< HEAD
prepend EE::MergeRequests::RefreshService
def execute(oldrev, newrev, ref)
push = Gitlab::Git::Push.new(@project, oldrev, newrev, ref)
return true unless push.branch_push?
=======
def execute(oldrev, newrev, ref)
push = Gitlab::Git::Push.new(@project, oldrev, newrev, ref)
return true unless push.branch_push?
>>>>>>> upstream/master
refresh_merge_requests!(push)
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment