summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/status/core/created.rb
blob: 590f14d6b57a261e638e88d2530632df5f6457cc (plain)
1
2
3
4
5
6
7
8
module Gitlab::Ci
  module Status
    module Core
      class Created
      end
    end
  end
end