From b1642410264905f7563ef68deda440a06a6a83ca Mon Sep 17 00:00:00 2001 From: proletarius101 Date: Tue, 4 Jun 2024 20:10:13 +0800 Subject: [PATCH] fix(deploy): `$GIT_MIRROR/fdroid/repo/com.politedroid_6.apk` doesn't exist when the test is finished --- fdroidserver/deploy.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/fdroidserver/deploy.py b/fdroidserver/deploy.py index 4c79977b..703bba35 100644 --- a/fdroidserver/deploy.py +++ b/fdroidserver/deploy.py @@ -718,9 +718,6 @@ def update_servergitmirrors(servergitmirrors, repo_section): git_mirror_path=str(git_mirror_path), ssh_cmd=ssh_cmd, progress=progress) - - # Switch to the initial branch - repo.git.switch(GIT_BRANCH) if progress: progressbar.done()