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

Building against a branch other than master #47

Closed kaiwren closed 13 years ago

kaiwren commented 13 years ago

I should be able to specify (in the project config?) that the build should use a certain branch

srushti commented 13 years ago

You can only do this while adding the project. I don't think it makes sense to do this on the fly, certainly not in the checked in config file, because different branches could have different configurations and it would lead to confusion.