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

Allow invoking of a different target #31

Closed srushti closed 13 years ago

srushti commented 13 years ago

Currently, you can only run the default rake target, but you should be able to run a different target, e.g. something else which runs both "db:migrate" & "spec".

aakashd commented 13 years ago

If I change the custom command in DB to "db:migrate && rake" on goldberg, it works perfectly fine. We just need to change the project addition command interface to accept commands with space in it. Using commander might help us with it.

srushti commented 13 years ago

We can now specify a rake_task in goldberg_config.rb.