CircleCI-Public / continuation-orb

MIT License
12 stars 15 forks source link

Generated configs command option do not behave the same as it does when not using dynamic configs #17

Closed BECkvalentine closed 1 year ago

BECkvalentine commented 2 years ago

Orb version: 0.2.0

What happened:

When writing shell scripts directly within the command of a step within a generated script is does not work the same as it does in the parent. For example in the parent config.yml, I have a step when a set a variable and then echo it. The value of the variable is displayed. This does not happen within a generated config. I have linked below an example repo showcasing this.

Expected behavior:

Expect the same functionality that commands allow in parent configs to work in generated configs

Additional Information:

Repo with an example of the issue: https://github.com/BECkvalentine/circle-ci-command-example/tree/main

Fernando-Abreu commented 1 year ago

We've generated the config using the script provided and the result shell command is not the same as that was specified in the parent, which explains why the echo output doesn't match.