skip artifact downloading in CI page and tag jobs

This commit is contained in:
Marcel Märtens 2022-04-24 18:26:21 +02:00
parent d409a67984
commit ddb90b9f5a

View File

@ -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: