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-02-06 15:12:28 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-06 15:12:28 +0300
commitd75e21489f113731bfe02b6c88e58879b5859103 (patch)
tree4b3d503ccb8f2a82e4923510fb9e6e8a5e84e817 /app/services
parenta6d9ec9567a4f0b6401295e6744ab394fa3b0033 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/services')
-rw-r--r--app/services/ci/job_artifacts/create_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/ci/job_artifacts/create_service.rb b/app/services/ci/job_artifacts/create_service.rb
index 6e2ba76682f..278c806d85e 100644
--- a/app/services/ci/job_artifacts/create_service.rb
+++ b/app/services/ci/job_artifacts/create_service.rb
@@ -132,7 +132,7 @@ module Ci
job.update_column(:artifacts_expire_at, artifact.expire_at)
end
- Gitlab::Ci::Artifacts::Logger.log_created(artifact)
+ Gitlab::Ci::Artifacts::Logger.log_created([artifact, artifact_metadata].compact)
success(artifact: artifact)
rescue ActiveRecord::RecordNotUnique => error