summaryrefslogtreecommitdiff
path: root/app/serializers/pipeline_details_entity.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-08 12:07:59 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-08 12:07:59 +0000
commite3e300557f5def9bf2271735c8a620e6820dfada (patch)
tree8d0d4590518ee17eb32956e35637e11a2b8ca561 /app/serializers/pipeline_details_entity.rb
parenta821bd6ad17e304ca93838a411410a44ee9cff9f (diff)
downloadgitlab-ce-e3e300557f5def9bf2271735c8a620e6820dfada.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/serializers/pipeline_details_entity.rb')
-rw-r--r--app/serializers/pipeline_details_entity.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/serializers/pipeline_details_entity.rb b/app/serializers/pipeline_details_entity.rb
index a4ab1d399bc..71589ac8315 100644
--- a/app/serializers/pipeline_details_entity.rb
+++ b/app/serializers/pipeline_details_entity.rb
@@ -1,8 +1,6 @@
# frozen_string_literal: true
class PipelineDetailsEntity < PipelineEntity
- expose :project, using: ProjectEntity
-
expose :flags do
expose :latest?, as: :latest
end