Re-add cleaning up the DO node.

This commit is contained in:
yackob03 2013-10-29 15:39:44 -04:00
parent 7f17c6da24
commit 798cf78172

View file

@ -183,7 +183,7 @@ def babysit_builder(request):
# clean up the DO node
logger.debug('Cleaning up DO node.')
# retry_command(droplet.destroy)
retry_command(droplet.destroy)
repository_build.status_url = None
repository_build.build_node_id = None;