${msg} -> $msg 80/75080/1 master
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 26 Jan 2026 16:51:16 +0000 (17:51 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 26 Jan 2026 16:51:16 +0000 (17:51 +0100)
It avoids false errors by jjb.

Change-Id: If446d191b54f5ca6773122630a333cfc997b0407
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
jjb/releng/releng-jobs.yaml

index 77ac4f6..3d7a8a9 100644 (file)
               echo "Reporting lint result...."
               set -x
               msg="Found syntax error and/or coding style violation(s) in the files modified by your patchset."
-              sed -i -e "1s#^#${msg}\n\n#" violation.log
+              sed -i -e "1s#^#$msg\n\n#" violation.log
               cmd="gerrit review -p $GERRIT_PROJECT -m \"$(cat violation.log)\" $GERRIT_PATCHSET_REVISION --notify NONE"
               ssh -o 'PubkeyAcceptedKeyTypes +ssh-rsa' -p 29418 fbot@gerrit.opnfv.org "$cmd"