-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a parameter to make rbenv configuration optional #204
Conversation
Hum, looks like the automatic build now fails because metadata-json-lint has suddenly become more strict about license strings and "GPLv3" is not considered valid anymore since a few days. I'm not sure I should touch license information though, so I'm leaving it as it is... |
should be fixed in #205 |
This incidently provides a workaround for sbadia#172. This uses a different method to change ruby path in gitlab-shell hooks when rbenv is used and hence fixes sbadia#202 as well.
64f0fce
to
9c3a817
Compare
Thanks! Rebased the PR, tests are OK now. |
Yes, I thinking being able to turn it off is a good thing. I should have included that from the beginning! |
Hi, sorry for the delay… thanks @alexcern for this PR, it's ok for me (and for others also visibly :p), beaker is happy. Thanks all!
|
Add a parameter to make rbenv configuration optional
This incidently provides a workaround for #172.
This uses a different method to change ruby path in
gitlab-shell hooks when rbenv is used and hence
fixes #202 as well.