1 Commits

Author SHA1 Message Date
Andrey Smirnov
d2d5c72bb5 fix: skip empty manifest YAML sub-documents
If sub-doc contains a comment, it's not empty, but when
loaded into JSON it yields `nil` which should be skipped, as
`Unstructured` can't load from such object.

E.g.:

```
---
 # Some comment
---
```

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
2021-02-19 05:26:41 -08:00