mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
WIP: Don't clean git
This commit is contained in:
parent
b353b6c262
commit
f55607eb63
1 changed files with 0 additions and 11 deletions
11
dodo.py
11
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():
|
#def task_check_python():
|
||||||
# """Check that the latest supported Python version is installed (WIP).
|
# """Check that the latest supported Python version is installed (WIP).
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue