diff options
Diffstat (limited to 'lib/backup/builds.rb')
-rw-r--r-- | lib/backup/builds.rb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/backup/builds.rb b/lib/backup/builds.rb deleted file mode 100644 index fbf932e3f6b..00000000000 --- a/lib/backup/builds.rb +++ /dev/null @@ -1,14 +0,0 @@ -# frozen_string_literal: true - -module Backup - class Builds < Backup::Files - def initialize(progress) - super(progress, 'builds', Settings.gitlab_ci.builds_path) - end - - override :human_name - def human_name - _('builds') - end - end -end |