Skip to content

Environment variables do not propage to test_commands #4372

Open
@tuomassiren

Description

I have in the pipeline buildspec.yml:
env:
parameter-store:
FOO: /path/to/FOO
exported-variables:

  • FOO
    ...

and in the manifest.yml:
...
stages:
name: dev
test_commands:
- echo ${FOO}

Which fails, FOO env.var isn't defined.
How do i get secrets and env. vars. to test_commands?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    area/pipelineIssues about pipelines to release applications.type/featureIssues that are new feature requests.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions