srushti / goldberg

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

Project config should allow the setting of env vars for a build #49

Closed kaiwren closed 13 years ago

kaiwren commented 13 years ago

I should be able to configure the setting of environment variables for the build process as part of the project config. This would allow me to, for example, set SPEC="--profile" on my build so that rspec prints build stats.

gja commented 13 years ago

Shotgun

gja commented 13 years ago

This feature is done, with the caveat if the custom command is of the form, a && b, then only a will get the variables