Commit 1e578608 authored by Dylan Griffith's avatar Dylan Griffith

Merge branch '337432-remove-unused-eager_load_job_artifacts_archive-scope' into 'master'

Remove unused eager_load_job_artifacts_archive scope

See merge request gitlab-org/gitlab!67396
parents 5a7bf8be 8a57115a
......@@ -128,7 +128,6 @@ module Ci
end
scope :eager_load_job_artifacts, -> { includes(:job_artifacts) }
scope :eager_load_job_artifacts_archive, -> { includes(:job_artifacts_archive) }
scope :eager_load_tags, -> { includes(:tags) }
scope :eager_load_everything, -> do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment