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
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.
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