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

Cannot pass CRYPTEX_PASSWORD without verbose true #8

Open
azachar opened this issue Feb 16, 2018 · 3 comments
Open

Cannot pass CRYPTEX_PASSWORD without verbose true #8

azachar opened this issue Feb 16, 2018 · 3 comments

Comments

@azachar
Copy link

azachar commented Feb 16, 2018

Hello,
I am trying to use your plugin in CI server, where I pass variable CRYPTEX_PASSWORD
But it says Invalid password passed via 'CRYPTEX_PASSWORD'

But when I set verbose: true it works fine!?

Could you suggest what is wrong? Why do I need to set verbose in order to get password pass from an environment variable?

  cryptex(
      type: "export",
      out: "googleplay.keystore",
      key: 'googleplay-release',
      verbose: true
    )

Thank you!

@hjanuschka
Copy link
Owner

very strange the only difference should be this line:

https://github.com/hjanuschka/fastlane-plugin-cryptex/blob/master/lib/fastlane/plugin/cryptex/encrypt.rb#L87

i am going to have a look at in a couple of day's when i get a bit of sparetime.

@azachar
Copy link
Author

azachar commented Feb 19, 2018 via email

@CarstenHoyer
Copy link

I see the same thing.

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

No branches or pull requests

3 participants