fix: alm-example parse check should not fail when the annotation if empty#215
fix: alm-example parse check should not fail when the annotation if empty#215openshift-merge-robot merged 2 commits intooperator-framework:masterfrom camilamacedo86:fix-example-check
Conversation
|
@dinhxuanvu, could you please give to us a hand on in this one? |
|
I'm a bit confused here. I only see a yaml file. Where are the codes? |
|
Hi @dinhxuanvu, Sorry, I did not push the full commit. All done now. |
|
@camilamacedo86 No worries. Can you do me a favor and strip out anything that is not needed in the CSV yaml to reduce its size if possible? |
|
@dinhxuanvu, done 👍 |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: camilamacedo86, dinhxuanvu The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
Fix error found using the check to test the images data.
Error
"Error: Value invalid character at 0\n \u003c--(see the invalid character): invalid example"is faced when the alm-example is empty and should not.Follow up: #207