summaryrefslogtreecommitdiff
path: root/app/services/ci/job_artifacts/create_service.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/services/ci/job_artifacts/create_service.rb')
-rw-r--r--app/services/ci/job_artifacts/create_service.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/services/ci/job_artifacts/create_service.rb b/app/services/ci/job_artifacts/create_service.rb
index 6e2ba76682f..3d19fec6617 100644
--- a/app/services/ci/job_artifacts/create_service.rb
+++ b/app/services/ci/job_artifacts/create_service.rb
@@ -132,8 +132,6 @@ module Ci
job.update_column(:artifacts_expire_at, artifact.expire_at)
end
- Gitlab::Ci::Artifacts::Logger.log_created(artifact)
-
success(artifact: artifact)
rescue ActiveRecord::RecordNotUnique => error
track_exception(error, params)