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

Project specific environment variable #158

Open praveenram opened 10 years ago

praveenram commented 10 years ago

This is a followup to an old issue #157.

I've cleaned up the PR and added tests for the changes.

Its useful when we need run same project under two different configurations. For example if we need to run rake ci and foo=bar rake ci.

This would serve as an additional option to set the environment variable, instead of creating a local goldberg_config.rb for the custom project in the CI box.