Skip to content

Add missing curly bracket

Tuomas Tielinen requested to merge Tuomas.Tielinen/pipeline-templates:main into main

What does this MR do and why?

Describe in detail what your merge request does and why.

Added missing curly bracket to deploycoe, which caused deployment to fail. This is a syntax error.

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

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

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.

Edited by Tuomas Tielinen

Merge request reports