Fix breaking yaml new lines in the strings. (#390)
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>pull/391/head
parent
77ad1abd06
commit
123ef4334d
|
|
@ -119,7 +119,7 @@ do
|
|||
done
|
||||
|
||||
mv "${CSV_FILE_COPY}" "${CSV_FILE_COPY}.old"
|
||||
yq -ryY "
|
||||
yq -rY "
|
||||
( .spec.relatedImages ) += [${RELATED_IMAGES}] |
|
||||
( .spec.install.spec.deployments[0].spec.template.spec.containers[0].env ) += [${RELATED_IMAGES_ENV}]
|
||||
" "${CSV_FILE_COPY}.old" > "${CSV_FILE_COPY}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue