Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Less than redirect "<" replaced by "&lt;" in first deployment of a pipeline #62

Open
Jake-Mok-Nelson opened this issue Aug 26, 2021 · 0 comments

Comments

@Jake-Mok-Nelson
Copy link
Contributor

Jake-Mok-Nelson commented Aug 26, 2021

Provider version: 0.18
Terraform version: 0.12.31

When creating an inline pipeline YAML from a YAML file via Terraform it seems like some string substitution is happening from < to &lt;.

This is breaking commands for steps.

Example line cat <"${CF_VOLUME_PATH}/${CF_BUILD_ID}/${WORKING_DIR}/${ORG}.vars.list"

Results in the error: /bin/bash: line 67: lt: command not found

When I reapply the pipeline changes it and replaces the &lt; back to <.

@Jake-Mok-Nelson Jake-Mok-Nelson changed the title Less than pipe "<" replaced by "&lt;" in first deployment of a pipeline Less than redirect "<" replaced by "&lt;" in first deployment of a pipeline Aug 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant