From 48c48596a88957b374de8bda85bde1c520bd1f98 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 cc54ed24..4ed837b3 100644 --- a/fdroidserver/deploy.py +++ b/fdroidserver/deploy.py @@ -533,9 +533,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()