You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating an inline pipeline YAML from a YAML file via Terraform it seems like some string substitution is happening from < to <.
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 < back to <.
The text was updated successfully, but these errors were encountered:
Jake-Mok-Nelson
changed the title
Less than pipe "<" replaced by "<" in first deployment of a pipeline
Less than redirect "<" replaced by "<" in first deployment of a pipeline
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<
.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
<
back to<
.The text was updated successfully, but these errors were encountered: