Welcome to mirror list, hosted at ThFree Co, Russian Federation.

group_variable_entity.rb « ci « serializers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e7d0a9570824ea87b274a9f758344e6f3a7bb57c (plain)
1
2
3
4
5
6
# frozen_string_literal: true

module Ci
  class GroupVariableEntity < Ci::BasicVariableEntity
  end
end