Debug pulls

This commit is contained in:
decentral1se 2021-07-10 15:41:50 +02:00
parent e906bfa4b1
commit 0beb309e74
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 0 deletions

View File

@ -201,6 +201,7 @@ class Migration:
self._shell("git checkout .", check=False, cwd=_path)
if pull:
self.log.debug("Pulling latest changes in {path}...")
self._shell("git pull --rebase", check=False, cwd=_path)
if branch: