We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I have in the pipeline buildspec.yml: env: parameter-store: FOO: /path/to/FOO exported-variables:
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