-
Notifications
You must be signed in to change notification settings - Fork 27
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
Variables passed from envman not working correctly #175
Comments
I was able to resolve the issue by just using the envman command differently as follows
Although the two behaviors should basically be the same |
Hi @bassamseif! Thanks for your report! Could you send us a build URL where this is happening in action? |
hi @bitce, here you go: https://app.bitrise.io/build/c978d4a09a7a4004#?tab=log |
Thanks, @bassamseif! Can you let us know what made you expect this method:
To work just as well? Do you or did you find this documented anywhere? |
sure, in the readme here: https://github.com/bitrise-io/envman#usage-example-bash |
Completely right, thanks for pointing that out, we're taking a look at this 🙂 |
I have a build that is failing iOS provisioning due to envman:
It is failing because of the following shell script command that's run on step 2
This script is basically setting IOS_P_SCHEME to be
WellOneProductionRelease
which is the same exact value as what it was set to in the "Env Vars" section and whenever this line is commented the build works flawslessly although the variable should have the same valuePlease let me know how to resolve this, thanks!
The text was updated successfully, but these errors were encountered: