mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'xMAC94x/no_deps' into 'master'
skip artifact downloading in CI page and tag jobs See merge request veloren/veloren!3338
This commit is contained in:
commit
731fd1021d
@ -35,6 +35,7 @@ gittag:
|
||||
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}
|
||||
dependencies: []
|
||||
tags: ["veloren/veloren", "publish", "trusted"]
|
||||
script:
|
||||
- git config --global user.email "gitlab-veloren-bot@veloren.net"
|
||||
@ -52,6 +53,7 @@ pages:
|
||||
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}
|
||||
dependencies: []
|
||||
tags: ["veloren/veloren", "publish"]
|
||||
artifacts:
|
||||
paths:
|
||||
|
Loading…
Reference in New Issue
Block a user