This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Description
Once we bump capi-release to v1.110.0 or later, we need to add a patch to the CC drain script: cloudfoundry-incubator/quarks-container-run#10 (comment)
A potential patch could like this:
bpm quit nginx
for i in $(seq 30); do
test bpm running nginx && sleep 1
done
bpm term nginx
bpm term cloud_controller_ng