Created a parameter in Parameter Store with name /my/test/parameter
Added the 'load' command to my CircleCI configuration
Circle build failed with message below:
environment: line 15: /tmp/parameterstore//my/test/parameter: No such file or directory
Exited with code 1
Expected behavior
Not clear - not only is that not a valid filename on its own, but even if it were it's not a valid environment variable name so far as I can tell. I guess we'd need to replace slashes with... something (underscores? dashes?) to make the name both a valid filename and a valid environment variable name.
Orb version
1.0.0
What happened
Expected behavior
Not clear - not only is that not a valid filename on its own, but even if it were it's not a valid environment variable name so far as I can tell. I guess we'd need to replace slashes with... something (underscores? dashes?) to make the name both a valid filename and a valid environment variable name.