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:
Hans-Christoph Steiner 2022-11-15 14:50:23 +01:00
parent 947d94e0a9
commit 1a30766c24
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA

View file

@ -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,