File tree Expand file tree Collapse file tree 2 files changed +0
-85
lines changed Expand file tree Collapse file tree 2 files changed +0
-85
lines changed Original file line number Diff line number Diff line change @@ -412,21 +412,6 @@ def get_storage_environment_cache_path(self):
412
412
"""Return the path of the cached environment tar file."""
413
413
return build_environment_storage .join (self .project .slug , f'{ self .slug } .tar' )
414
414
415
- def clean_build_path (self ):
416
- """
417
- Clean build path for project version.
418
-
419
- Ensure build path is clean for project version. Used to ensure stale
420
- build checkouts for each project version are removed.
421
- """
422
- try :
423
- path = self .get_build_path ()
424
- if path is not None :
425
- log .debug ('Removing build path for project.' , path = path , project_slug = self .slug )
426
- rmtree (path )
427
- except OSError :
428
- log .exception ('Build path cleanup failed' )
429
-
430
415
def get_github_url (
431
416
self ,
432
417
docroot ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments