Android environment variables (CM_KEYSTORE_PATH, etc.) are not injected. #3091
Replies: 2 comments 3 replies
-
Hello @dlaehdrlf4, Can you give me the build id of your failing build? |
Beta Was this translation helpful? Give feedback.
3 replies
-
I'll be closing this conversation since we haven't heard back from you. If you have any more concerns, please feel free to reply or start a new conversation. Happy Building! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
script: |
echo "==== ENV VARS ===="
printenv | grep CM_ || echo "No CM_ vars found"
echo "=================="
Expected results
CM_KEY_ALIAS,CM_KEYSTORE_PATH value must be present.
Actual results
comes in blank
Build id (optional)
No response
Beta Was this translation helpful? Give feedback.
All reactions