Skip to content

Commit

Permalink
Change build_id to uuid
Browse files Browse the repository at this point in the history
Fixes #5891.
  • Loading branch information
eduardoj committed Sep 21, 2018
1 parent 9575685 commit f136f2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def show
return if images_repository.blank?

@build_id = images_repository.build_id
status = images_repository.status_reports.find_by(build_id: @build_id)
status = images_repository.status_reports.find_by(uuid: @build_id)
return if status.nil?
@missing_checks = status.missing_checks
@checks = status.checks
Expand Down

0 comments on commit f136f2f

Please sign in to comment.