yq has introduced '!!merge' inside yml file and not sure why #1527
Unanswered
kelly-scalapay
asked this question in
Q&A
Replies: 1 comment
-
That's because See https://mikefarah.gitbook.io/yq/usage/tips-and-tricks#yq-adds-a-merge-tag-automatically |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Ive used yq to modify and add extra steps to a bitbucket pipelines yml file and noticed that its changed the below:
To the below:
This area of the yml file wasn't modified or inserted as part of the yq command so i'm not sure why its made this change in the file. Is there a way I can have it not introduce the !!merge word infront of the <<?
thanks
Beta Was this translation helpful? Give feedback.
All reactions