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: 30c8239541adb2b1d4e513aa6489fa2c99710058 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

module Ci
  class GroupVariableEntity < Ci::BasicVariableEntity
    expose :environment_scope
  end
end