-
Notifications
You must be signed in to change notification settings - Fork 23
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
local_user is nil in CircleCI #34
Comments
Hi @mochizukikotaro, thanks for the report - that would be a good approach for me. Capistrano sets this value to |
Hi @seenmyfate, thanks! |
@mochizukikotaro thanks for the quick turn around! This is now available on Rubygems as v2.10.1 |
Hi!
I used capistrano-slackify in CircleCI 2.0, and encountered below error.
https://github.com/onthebeach/capistrano-slackify/blob/master/lib/capistrano/tasks/slackify.cap#L64
In CircleCI,
local_user
isnil
.So, I added Environment Variable
USER
in CircleCI. But it was difficult to notice this cause.I am thinking of a pull request like below,
capistrano-slackify/lib/capistrano/tasks/slackify.cap
what do you think about it? Please tell me any other good ideas.
Thanks!
The text was updated successfully, but these errors were encountered: