1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-21 04:10:37 +02:00

fix(deploy): $GIT_MIRROR/fdroid/repo/com.politedroid_6.apk doesn't exist when the test is finished

This commit is contained in:
proletarius101 2024-06-04 20:10:13 +08:00
parent 5ff9a19072
commit 48c48596a8
No known key found for this signature in database

View File

@ -533,9 +533,6 @@ def update_servergitmirrors(servergitmirrors, repo_section):
git_mirror_path=str(git_mirror_path), git_mirror_path=str(git_mirror_path),
ssh_cmd=ssh_cmd, ssh_cmd=ssh_cmd,
progress=progress) progress=progress)
# Switch to the initial branch
repo.git.switch(GIT_BRANCH)
if progress: if progress:
progressbar.done() progressbar.done()