diff options
| author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-01-26 15:09:04 +0000 |
|---|---|---|
| committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-01-26 15:09:04 +0000 |
| commit | ee24c7d68f57a67754a5d1e2ea99f688029d14bd (patch) | |
| tree | 8391744a26dd3f77c4bb1bbb55672ba0e066d969 /app/workers/ci | |
| parent | a1c0b634f78f51389fd3ec390a1803afa3de49a2 (diff) | |
| download | gitlab-ce-ee24c7d68f57a67754a5d1e2ea99f688029d14bd.tar.gz | |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/workers/ci')
| -rw-r--r-- | app/workers/ci/initial_pipeline_process_worker.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/workers/ci/initial_pipeline_process_worker.rb b/app/workers/ci/initial_pipeline_process_worker.rb index 734755f176a..52a4f075cf0 100644 --- a/app/workers/ci/initial_pipeline_process_worker.rb +++ b/app/workers/ci/initial_pipeline_process_worker.rb @@ -17,7 +17,7 @@ module Ci def perform(pipeline_id) Ci::Pipeline.find_by_id(pipeline_id).try do |pipeline| - create_deployments!(pipeline) if Feature.enabled?(:move_create_deployments_to_worker, pipeline.project) + create_deployments!(pipeline) Ci::PipelineCreation::StartPipelineService .new(pipeline) |
