-
-
Notifications
You must be signed in to change notification settings - Fork 137
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
errors in rubies task #78
Comments
Hi, thanks a lot for the bug report. It would be awesome if you could create a PR out of this. I'll merge it into the next release. |
Cool. will do. |
Another note. I should have mentioned that this happens when I set the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm receiving the following error during the Install rubies task:
error while evaluating conditional: rvm1_rubies and item.rc != 0
When looking at the tasks/rubies.yml file:
In task Install rubies:
It seems that the dict attribute
rc
may be missing at times.It works fine when there's a fallback value.
In task Select default ruby:
The stdout may need a default fallback as well. It threw errors as well.
works fine when changed to:
Fixing these two lines solved my problem.
Here are some rvm1 variables I'm using in case it helps:
The text was updated successfully, but these errors were encountered: