mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-01-31 10:41:44 -05:00
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
This commit is contained in:
@@ -469,6 +469,7 @@ def update_servergitmirrors(servergitmirrors, repo_section):
|
||||
'mv .public public',
|
||||
],
|
||||
'artifacts': {'paths': ['public']},
|
||||
'variables': {'GIT_DEPTH': 1},
|
||||
}
|
||||
},
|
||||
fp,
|
||||
|
||||
Reference in New Issue
Block a user