Re: Can a Bosh deployment be aborted when drain script returns non-zero exit code?


Carol Morneau
 

Thanks Dmitriy for your input.

Here's an example of a drain script that does abort the deployment:

#!/bin/bash
set -e
false

Join {cf-bosh@lists.cloudfoundry.org to automatically receive all group messages.