mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'crabman/gittag-beforescript' into 'master'
override default before_script for gittag job See merge request veloren/veloren!4221
This commit is contained in:
commit
62dc6acc32
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user