gatewayapps / ims-migration

Database migration tooling for IMS
1 stars 0 forks source link

Publish error when script directory does not exist #10

Closed justinneff closed 7 years ago

justinneff commented 7 years ago

If one of the script directories does not exist (such as functions or view) the publish fails with error:

ENOENT: no such file or directory, scandir

This can easily happen because git does not commit empty folder.

justinneff commented 7 years ago

Approved and merged.