hjanuschka / fastlane-plugin-cryptex

MIT License
36 stars 16 forks source link

Cannot pass CRYPTEX_PASSWORD without verbose true #8

Open azachar opened 6 years ago

azachar commented 6 years ago

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 setverbose: 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 commented 6 years ago

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 commented 6 years ago

Thank you, indeed it is very strange...

Sent from my iPhone

On 19 Feb 2018, at 15:33, Helmut Januschka notifications@github.com wrote:

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.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

CarstenHoyer commented 5 years ago

I see the same thing.