digitalocean / marketplace-partners

Image validation, automation, and other tools for DigitalOcean Marketplace Vendors and Custom Image users
Other
193 stars 98 forks source link

handle files correctly #97

Closed scottcrawford03 closed 4 years ago

scottcrawford03 commented 4 years ago

Background https://github.com/digitalocean/marketplace-partners/issues/49

This was an issue where we would return a failure if there were empty files. This makes sure that if the file is empty we only warn.

Changes