Skip to content

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

Open
@Jake-Mok-Nelson

Description

@Jake-Mok-Nelson

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions