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
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/serializers/build_entity.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/serializers/build_entity.rb b/app/serializers/build_entity.rb
index cf1c418a88e..4a3f6fa04a5 100644
--- a/app/serializers/build_entity.rb
+++ b/app/serializers/build_entity.rb
@@ -3,6 +3,7 @@ class BuildEntity < Grape::Entity
expose :id
expose :name
+ expose :manual?, as: :manual
expose :build_path do |build|
path_to(:namespace_project_build, build)