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