We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 600b6e5 commit dbe7412Copy full SHA for dbe7412
continuous_delivery_scripts/tag_and_release.py
@@ -103,6 +103,7 @@ def _clean_repository() -> None:
103
"""Cleans the local repository."""
104
with LocalProjectRepository() as git:
105
logger.info("Cleaning repository")
106
+ git.clean()
107
git.fetch()
108
git.pull()
109
git.clean()
news/202108241912.bugfix
@@ -0,0 +1 @@
1
+Fixed repository cleanup
0 commit comments