Skip to content

Commit dbe7412

Browse files
committed
Fix repository cleanup (#26)
1 parent 600b6e5 commit dbe7412

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

continuous_delivery_scripts/tag_and_release.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ def _clean_repository() -> None:
103103
"""Cleans the local repository."""
104104
with LocalProjectRepository() as git:
105105
logger.info("Cleaning repository")
106+
git.clean()
106107
git.fetch()
107108
git.pull()
108109
git.clean()

news/202108241912.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed repository cleanup

0 commit comments

Comments
 (0)