Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-12-11 21:10:57 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-12-11 21:10:57 +0300
commit7eeb03ce0e64c30df91665524e543fe4e611c410 (patch)
tree07cbca6dd30e8c358bca54a0494f4716ad35cd6f /app/services
parentd83a3edd4416e93f2815815c1be4ee0a2755a3c5 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/services')
-rw-r--r--app/services/ci/create_commit_status_service.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/services/ci/create_commit_status_service.rb b/app/services/ci/create_commit_status_service.rb
index e5b446a07e2..de3e7b3f7ff 100644
--- a/app/services/ci/create_commit_status_service.rb
+++ b/app/services/ci/create_commit_status_service.rb
@@ -93,7 +93,8 @@ module Ci
protected: project.protected_for?(ref),
ci_stage: stage,
stage_idx: stage.position,
- stage: 'external'
+ stage: 'external',
+ partition_id: pipeline.partition_id
).tap do |new_commit_status|
new_commit_status.assign_attributes(optional_commit_status_params)
end