Skip to content

Env Vars set using envman are not available in current step #206

Open
@DamienBitrise

Description

@DamienBitrise

In a single script step do the following

envman add --key SOME_KEY --value 'some value'
echo $SOME_KEY

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 step

export SOME_KEY="some value"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions