Commit 04d3d8e7 authored by Alper Akgun's avatar Alper Akgun

Remove unused ignore_failures scope

parent 05476fef
......@@ -102,7 +102,6 @@ module Ci
end
scope :unstarted, -> { where(runner_id: nil) }
scope :ignore_failures, -> { where(allow_failure: false) }
scope :with_downloadable_artifacts, -> do
where('EXISTS (?)',
Ci::JobArtifact.select(1)
......
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