Skip to content
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

Use of legacy DELIVER_* in password_manager.rb #3318

Closed
fastlanebot opened this issue Nov 4, 2015 · 5 comments
Closed

Use of legacy DELIVER_* in password_manager.rb #3318

fastlanebot opened this issue Nov 4, 2015 · 5 comments

Comments

@fastlanebot
Copy link

Original issue by @timsutton - Imported from fastlane/credentials_manager#21

I'm doing some testing with the 1.1.0 gem release of XcodeInstall, which uses CredentialsManager 0.10.0.

The CredentialsManager docs mention to set the new FASTLANE_* variables, but in password_manager.rb there is still the use only of DELIVER_*. As far as I can tell, I still get a prompt if PasswordManager is initialized with only the FASTLANE_* vars set.

@fastlanebot
Copy link
Author

@KrauseFx commented

@timsutton The PasswordManager isn't used anywhere any more and also shouldn't be used by XcodeInstall.

@fastlanebot
Copy link
Author

@KrauseFx commented

FASTLANE_* should work just fine

@fastlanebot
Copy link
Author

@timsutton commented

You're right, it doesn't use this directly - XcodeInstall uses Spaceship. It looked to me like in my testing that if I didn't have DELIVER_* vars set, that I would get a keychain-related prompt that was blocking a CI environment build script that I'm testing. When I didn't get the prompt upon replacing FASTLANE_* with DELIVER_* I assumed this was the reason. I'll have to go back and test this again. The fastlane "ecosystem" is all very new to me.

@fastlanebot
Copy link
Author

@KrauseFx commented

Okay cool 👍

@fastlanebot
Copy link
Author

@KrauseFx commented

Thanks for letting me know @timsutton

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant