Commit bd71a053 authored by Nick Thomas's avatar Nick Thomas

Fix merge conflict in Ci::CreatePipelineService

parent bde12f75
...@@ -60,13 +60,9 @@ module Ci ...@@ -60,13 +60,9 @@ module Ci
Ci::Pipeline.transaction do Ci::Pipeline.transaction do
update_merge_requests_head_pipeline if pipeline.save update_merge_requests_head_pipeline if pipeline.save
<<<<<<< HEAD
Ci::CreatePipelineStagesService
=======
yield(pipeline) if block_given? yield(pipeline) if block_given?
Ci::CreatePipelineBuildsService Ci::CreatePipelineBuildsService
>>>>>>> master
.new(project, current_user) .new(project, current_user)
.execute(pipeline) .execute(pipeline)
end 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