mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
override default before_script for gittag job
This commit is contained in:
parent
fe4f7957c7
commit
b7cc9c8f24
@ -36,9 +36,10 @@ gittag:
|
|||||||
image: bitnami/git:latest
|
image: bitnami/git:latest
|
||||||
dependencies: []
|
dependencies: []
|
||||||
tags: ["veloren/veloren", "publish", "trusted"]
|
tags: ["veloren/veloren", "publish", "trusted"]
|
||||||
|
before_script:
|
||||||
|
- git --version
|
||||||
|
- git lfs --version
|
||||||
script:
|
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.email "gitlab-veloren-bot@veloren.net"
|
||||||
- git config --global user.name "veloren-bot"
|
- git config --global user.name "veloren-bot"
|
||||||
- git config --global http.postBuffer 52428800
|
- git config --global http.postBuffer 52428800
|
||||||
|
Loading…
Reference in New Issue
Block a user