summaryrefslogtreecommitdiff
path: root/app/serializers/ci/group_variable_entity.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/serializers/ci/group_variable_entity.rb')
-rw-r--r--app/serializers/ci/group_variable_entity.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/serializers/ci/group_variable_entity.rb b/app/serializers/ci/group_variable_entity.rb
index e7d0a957082..30c8239541a 100644
--- a/app/serializers/ci/group_variable_entity.rb
+++ b/app/serializers/ci/group_variable_entity.rb
@@ -2,5 +2,6 @@
module Ci
class GroupVariableEntity < Ci::BasicVariableEntity
+ expose :environment_scope
end
end