1 2 3 4 5 6 7
module Backup class Builds < Files def initialize super(Settings.gitlab_ci.builds_path) end end end