Skip to content
Snippets Groups Projects
Commit 10b8cdbf authored by Shinya Maeda's avatar Shinya Maeda
Browse files

Merge branch 'expose-deployment-status-for-mr-widget' into show-target-pipeline-in-mr-widget

parents 2f2c1ba8 2026dac6
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -6,7 +6,7 @@ class PipelineDetailsEntity < PipelineEntity
expose :artifacts, using: BuildArtifactEntity
expose :manual_actions, using: BuildActionEntity
expose :scheduled_actions, using: BuildActionEntity
expose :deployments_statuses, using: DetailedStatusEntity
expose :deployments_statuses, using: DetailedDeploymentStatusEntity
end
 
private
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment