1
0
mirror of https://github.com/IEEE-SB-Passau/pelican-deployment-system.git synced 2017-09-06 16:35:38 +02:00

clean everything

This commit is contained in:
2016-06-11 21:20:45 +02:00
parent 9d169fe9c8
commit 066c924772

View File

@@ -81,7 +81,7 @@ class DeploymentRunner:
# forcefully reset the working tree
build_repo.head.reset(index=True, working_tree=True)
try:
build_repo.git.clean(force=True)
build_repo.git.clean(force=True, d=True, x=True)
except:
log.warning("git clean failed!", exc_info=True)