debian-mirror-gitlab/lib/gitlab/ci/status/bridge/retryable.rb
2023-06-09 08:11:10 +05:30

12 lines
186 B
Ruby

# frozen_string_literal: true
module Gitlab
module Ci
module Status
module Bridge
class Retryable < Status::Build::Retryable
end
end
end
end
end