Skip to content

Fix deploycoe syntax error

What does this MR do and why?

Describe in detail what your merge request does and why.

Fix deploycoe syntax error, which causes deployment to fail.

Screenshots or screen recordings

podman run --rm -v $PWD/config.json:/opt/pipelinecoe/pipeline-templates/config.json --name pipelinecoe $CONTAINER_IMAGE -d /opt -u $USER_NAME -t $TOKEN --skip-verification
[...]
/opt/pipelinecoe/pipeline-templates/bin/deploycoe: line 467: unexpected EOF while looking for matching `"'
/opt/pipelinecoe/pipeline-templates/bin/deploycoe: line 468: unexpected argument to conditional unary operator
/opt/pipelinecoe/pipeline-templates/bin/deploycoe: line 468: syntax error: unexpected end of file

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports