From 1a30766c24caef4873329beddbd783fb84d29754 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 15 Nov 2022 14:50:23 +0100 Subject: [PATCH] deploy: GIT_DEPTH=1 so GitLab Pages job runs as quick as possible * https://docs.gitlab.com/ee/ci/large_repositories/index.html#shallow-cloning --- fdroidserver/deploy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fdroidserver/deploy.py b/fdroidserver/deploy.py index 69d09784..13a8982b 100644 --- a/fdroidserver/deploy.py +++ b/fdroidserver/deploy.py @@ -469,6 +469,7 @@ def update_servergitmirrors(servergitmirrors, repo_section): 'mv .public public', ], 'artifacts': {'paths': ['public']}, + 'variables': {'GIT_DEPTH': 1}, } }, fp,