summaryrefslogtreecommitdiff
path: root/app/services/ci
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-05-17 06:07:11 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-17 06:07:11 +0000
commit75621c94b5dbe233edd72c3d8cc602fed25e84d2 (patch)
treea38d832241e66a2e296e276493bff0260bfc9712 /app/services/ci
parent9bf8cb8d34039f3cef9e1b2f812ce634f2bebe69 (diff)
downloadgitlab-ce-75621c94b5dbe233edd72c3d8cc602fed25e84d2.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/services/ci')
-rw-r--r--app/services/ci/job_artifacts/create_service.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/services/ci/job_artifacts/create_service.rb b/app/services/ci/job_artifacts/create_service.rb
index f7e04c59463..1647e921092 100644
--- a/app/services/ci/job_artifacts/create_service.rb
+++ b/app/services/ci/job_artifacts/create_service.rb
@@ -26,7 +26,8 @@ module Ci
headers = JobArtifactUploader.workhorse_authorize(
has_length: false,
maximum_size: max_size(artifact_type),
- use_final_store_path: Feature.enabled?(:ci_artifacts_upload_to_final_location, project)
+ use_final_store_path: Feature.enabled?(:ci_artifacts_upload_to_final_location, project),
+ final_store_path_root_id: project.id
)
if lsif?(artifact_type)