dnephin / dobi

A build automation tool for Docker applications
https://dnephin.github.io/dobi/
Apache License 2.0
309 stars 36 forks source link

Nonexistent volumes cause `rm` task to throw an error, preventing other resources from being removed #217

Closed aidan-mundy closed 2 years ago

aidan-mundy commented 2 years ago

If rm is run on a nonexistent volume (for example, after building a large alias, removing just the volume, and then removing the whole alias), the task throws an error. This prevents subsequent items from being removed. Other resources throw a Warning, and the mount resource should follow suit.

aidan-mundy commented 2 years ago

PR incoming that fixes this bug