From f55607eb63f2eb37b72643e71fe1d18da9b5c870 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Fri, 29 Nov 2024 15:46:34 +0200 Subject: [PATCH] WIP: Don't clean git --- dodo.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/dodo.py b/dodo.py index 7224bec..95a8be5 100644 --- a/dodo.py +++ b/dodo.py @@ -81,17 +81,6 @@ def task_clean_container_runtime(): } -def task_clean_git(): - """Clean the Git repo.""" - return { - "actions": None, - "clean": [ - "git clean -fdx", - "git checkout -f", - ], - } - - #def task_check_python(): # """Check that the latest supported Python version is installed (WIP). #