mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03: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:
parent
947d94e0a9
commit
1a30766c24
1 changed files with 1 additions and 0 deletions
|
@ -469,6 +469,7 @@ def update_servergitmirrors(servergitmirrors, repo_section):
|
||||||
'mv .public public',
|
'mv .public public',
|
||||||
],
|
],
|
||||||
'artifacts': {'paths': ['public']},
|
'artifacts': {'paths': ['public']},
|
||||||
|
'variables': {'GIT_DEPTH': 1},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
fp,
|
fp,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue