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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/serializers/ci/basic_variable_entity.rb')
-rw-r--r--app/serializers/ci/basic_variable_entity.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/serializers/ci/basic_variable_entity.rb b/app/serializers/ci/basic_variable_entity.rb
index dad59e8735b..210c01408a6 100644
--- a/app/serializers/ci/basic_variable_entity.rb
+++ b/app/serializers/ci/basic_variable_entity.rb
@@ -9,5 +9,6 @@ module Ci
expose :protected?, as: :protected
expose :masked?, as: :masked
+ expose :raw?, as: :raw
end
end