Guest User

Untitled

a guest
Jun 18th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. diff --git a/bob/project.rb b/bob/project.rb
  2. index 71b2a86..ba741ce 100644
  3. --- a/bob/project.rb
  4. +++ b/bob/project.rb
  5. @@ -80,7 +80,7 @@ class Project
  6. Settings.sender, "#{self.name} #{build.status}, #{new_commits[0].id_abbrev }", "")
  7. end
  8. end
  9. - write_build_status(new_commits.first, build.status.to_s)
  10. + write_build_status(new_commits.last, build.status.to_s)
  11. BobLogger.info "Build finished for #{self.name} with status '#{build.status.to_s}'"
  12. end
Add Comment
Please, Sign In to add comment