Commit 1c2d46ca authored by Nick Thomas's avatar Nick Thomas

Fix a bad merge in app/services/ci/create_pipeline_service.rb

parent 379ca831
...@@ -62,7 +62,7 @@ module Ci ...@@ -62,7 +62,7 @@ module Ci
yield(pipeline) if block_given? yield(pipeline) if block_given?
Ci::CreatePipelineBuildsService Ci::CreatePipelineStagesService
.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