summaryrefslogtreecommitdiff
path: root/app/workers/ci/create_cross_project_pipeline_worker.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/workers/ci/create_cross_project_pipeline_worker.rb')
-rw-r--r--app/workers/ci/create_cross_project_pipeline_worker.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/workers/ci/create_cross_project_pipeline_worker.rb b/app/workers/ci/create_cross_project_pipeline_worker.rb
index 713d0092b32..679574d9f60 100644
--- a/app/workers/ci/create_cross_project_pipeline_worker.rb
+++ b/app/workers/ci/create_cross_project_pipeline_worker.rb
@@ -9,7 +9,7 @@ module Ci
def perform(bridge_id)
::Ci::Bridge.find_by_id(bridge_id).try do |bridge|
- ::Ci::CreateCrossProjectPipelineService
+ ::Ci::CreateDownstreamPipelineService
.new(bridge.project, bridge.user)
.execute(bridge)
end