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

Adding invalid Git repo makes goldberg web silently fail #73

Closed jasim closed 13 years ago

jasim commented 13 years ago

bin/goldberg add xyz xyz

will create an entry in Projects even though the clone was not successful. The web UI also fails to load and silently fails after this.

srushti commented 13 years ago

Fixed with 4c51613d3bf4217b7f5d1caea121666b149dc270 (with a wrong number in the commit message).