You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was included a long time ago to make developing hooks easier.
However, it's hacky, but more importantly it interferes with Travis CI
runs since it kills the existing bundler context, resulting in issues
like:
/home/travis/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/site_ruby/
1.9.1/rubygems/dependency.rb:315:in `to_specs': Could not find
'bundler' (>= 0) among 42 total gem(s) (Gem::LoadError)
Remove it to fix this issue.
Change-Id: Id1b8181def00026ee0b6857614c31d576f9243fd
Reviewed-on: http://gerrit.causes.com/46974
Tested-by: jenkins <jenkins@brigade.com>
Reviewed-by: Shane da Silva <shane.dasilva@brigade.com>
0 commit comments