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

Use git fetch && git reset --hard origin/branch instead of git pull #133

Closed alzeih closed 12 years ago

alzeih commented 12 years ago

This should allow for rebasing workflows and other history rewriting operations as well.

Added the param to svn to prevent the builder crashing but it appears to not use the branch anyway.

yob commented 12 years ago

+1

srushti commented 12 years ago

I've merged it in. I amended the commit to fix a couple of tests. Thanks.

alzeih commented 12 years ago

Whoops - sorry about the failing tests, I forgot to check. Thanks for taking the patch anyway.

srushti commented 12 years ago

No problem. Thanks for the fix.