srushti / goldberg

Goldberg is a lightweight CI server written in Ruby which worries about Bundler & RVM so that you don't have to.
Other
243 stars 29 forks source link

Post build hooks did not receive the current build #95

Closed davidbarral closed 13 years ago

davidbarral commented 13 years ago

Latest build was being passed instead of the current build thus a new build executed the hooks for the previous one. Also on_build_fixed callback was never invoked.

srushti commented 13 years ago

Thanks for catching that. I've merged your changes in now.