print git version in gittag job

This commit is contained in:
maxicarlos08 2023-12-21 15:42:46 +01:00
parent 312e8165d0
commit 58592e9ae0
No known key found for this signature in database

View File

@ -37,6 +37,8 @@ gittag:
dependencies: []
tags: ["veloren/veloren", "publish", "trusted"]
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