Re-add cleaning up the DO node.
This commit is contained in:
parent
7f17c6da24
commit
798cf78172
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue