Skip to content

Commit

Permalink
Remove unneeded call to set_buildinfo
Browse files Browse the repository at this point in the history
It is a consuming call and it is being already done.
  • Loading branch information
Ana06 committed Nov 19, 2018
1 parent f0c26ce commit 7cbbb47
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/api/app/models/staging/staging_project.rb
Expand Up @@ -95,8 +95,6 @@ def state
end

def build_state
set_buildinfo

return :building if building_repositories.present?
return :failed if broken_packages.present?

Expand Down

0 comments on commit 7cbbb47

Please sign in to comment.