Skip to content

Commit

Permalink
Add overall state to Staging API
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBr committed Nov 23, 2018
1 parent 29d24a6 commit 3afa8f8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ builder.staging_project(name: staging_project.name) do
render(partial: 'building_repositories', locals: { building_repositories: staging_project.building_repositories, count: staging_project.building_repositories.count, builder: builder })

render(partial: 'broken_packages', locals: { broken_packages: staging_project.broken_packages, count: staging_project.broken_packages.count, builder: builder })

builder.overall_state(result: staging_project.overall_state)
end

0 comments on commit 3afa8f8

Please sign in to comment.