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

Ability to add after_build hooks - Issue #38 #54

Closed gja closed 13 years ago

gja commented 13 years ago

I've updated the documentation as well

config.after_build Proc.new{}, Proc.new... or config.after_build foo

where foo respond_to? execute(build, project)

srushti commented 13 years ago

I've merged in the changes.