WIP: Don't clean git

This commit is contained in:
Alex Pyrgiotis 2024-11-29 15:46:34 +02:00
parent b353b6c262
commit f55607eb63
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

11
dodo.py
View file

@ -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).
#