mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
use bitnami/git image for gittag job
This commit is contained in:
parent
5af8c4687e
commit
312e8165d0
@ -33,7 +33,7 @@ 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:
|
||||||
|
Loading…
Reference in New Issue
Block a user