-
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
Env Vars set using envman are not available in current step #206
Comments
Facing this problem as well. |
Hi, thank you for contacting Bitrise.
You can check the Usage example: Simple Bash example in the Readme.md file for further explanation. |
Is there a command that can be run to load the new Env Vars into the current shell maybe? |
Hi @DamienBitrise , adding the env to the current shell session and adding it to the envstore file when
Unfortunetly there isn't a single command you could use.
, or in a json format |
i've overcome this problem long time ago by using: export FOO="BAR" |
In a single script step do the following
Note that the Env Var is not set
Ideally Envman would also set the env var using
export
so it is available in the current stepThe text was updated successfully, but these errors were encountered: