wolfeidau / rake-bamboo-plugin

Plugin for bamboo which enables building of ruby projects using rake
Other
34 stars 16 forks source link

Configure Rake location based on rbenv #74

Closed amaltson closed 10 years ago

amaltson commented 10 years ago

I'm trying to use the Rake task and finding that the plugin is looking for Rake under /usr/local/bin/rake whereas it lives in a different location based on the rbenv installation. Is there a way to configure where Rake lives?

wolfeidau commented 10 years ago

So if your using the rbenv version of the runtime it shouldn't go anywhere near /usr/local

The plugin should pickup the rbenv versions when you scan for versions.. Unless your running it under a different user than the rbenv installation owner.

Did you get a rbenv runtime version?

amaltson commented 10 years ago

It looks like rbenv was installed under the root user not the bamboo user. I think that'll resolve it. I'll reopen if it doesn't work. Thanks!