Merge branch 'crabman/gittag-fix' into 'master'

attempt to fix gittag

See merge request veloren/veloren!4220
This commit is contained in:
Marcel 2023-12-21 15:21:39 +00:00
commit fe4f7957c7

View File

@ -33,10 +33,12 @@ gittag:
extends: .publish extends: .publish
rules: rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "schedule" - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "schedule"
image: registry.gitlab.com/veloren/veloren-docker-ci/base/common:${CACHE_IMAGE_TAG} image: bitnami/git:latest
dependencies: [] dependencies: []
tags: ["veloren/veloren", "publish", "trusted"] tags: ["veloren/veloren", "publish", "trusted"]
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