harbur / captain

Captain - Convert your Git workflow to Docker :whale: containers
MIT License
767 stars 51 forks source link

Add error handling #39

Closed dkapanidis closed 8 years ago

dkapanidis commented 8 years ago

Currently captain doesn't do proper error handling. e.g. In case a docker registry fails it will continue without failing and the exit code will be 0 instead of propagating the exit code of the executed command.