mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'imbris/minor-ci-opt' into 'master'
Minor CI optimization See merge request veloren/veloren!3983
This commit is contained in:
commit
93adeaa491
@ -9,6 +9,8 @@
|
||||
|
||||
docker:
|
||||
extends: .publish
|
||||
variables:
|
||||
GIT_STRATEGY: none
|
||||
image:
|
||||
name: gcr.io/kaniko-project/executor:debug
|
||||
entrypoint: [""]
|
||||
@ -33,7 +35,7 @@ gittag:
|
||||
extends: .publish
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "schedule"
|
||||
image: registry.gitlab.com/veloren/veloren-docker-ci/cache/quality:${CACHE_IMAGE_TAG}
|
||||
image: registry.gitlab.com/veloren/veloren-docker-ci/base/common:${CACHE_IMAGE_TAG}
|
||||
dependencies: []
|
||||
tags: ["veloren/veloren", "publish", "trusted"]
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user