override default before_script for gittag job

This commit is contained in:
maxicarlos08 2023-12-21 17:43:49 +01:00
parent fe4f7957c7
commit b7cc9c8f24
No known key found for this signature in database

View File

@ -36,9 +36,10 @@ gittag:
image: bitnami/git:latest
dependencies: []
tags: ["veloren/veloren", "publish", "trusted"]
before_script:
- git --version
- git lfs --version
script:
# Show git and git lfs version for debugging
- git version && git lfs --version
- git config --global user.email "gitlab-veloren-bot@veloren.net"
- git config --global user.name "veloren-bot"
- git config --global http.postBuffer 52428800