Skip to content

Commit

Permalink
re-enable prune
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Dec 14, 2024
1 parent 7908394 commit ff46ea9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bioconda_utils/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,8 +496,7 @@ def build_recipes(recipe_folder: str, config_path: str, recipes: List[str],
conda_build_purge()
# prune stopped containers
if docker_builder is not None:
pass
# docker_utils.pruneStoppedContainers()
docker_utils.pruneStoppedContainers()

if failed or failed_uploads:
logger.error('BUILD SUMMARY: of %s recipes, '
Expand Down

0 comments on commit ff46ea9

Please sign in to comment.