mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Change docker tags to a wpu specific tag
This commit is contained in:
parent
83ef106aaf
commit
221aaf73dc
@ -3,7 +3,7 @@
|
|||||||
.publish:
|
.publish:
|
||||||
stage: publish
|
stage: publish
|
||||||
tags:
|
tags:
|
||||||
- veloren-docker
|
- veloren-wgpu-docker
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE != "schedule"
|
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE != "schedule"
|
||||||
when: always
|
when: always
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Template to only run if actual changes has been made to the code and not just documentation
|
# Template to only run if actual changes has been made to the code and not just documentation
|
||||||
.recompile-branch:
|
.recompile-branch:
|
||||||
tags:
|
tags:
|
||||||
- veloren-docker
|
- veloren-wgpu-docker
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_REF_NAME !~ /^master$/
|
- if: $CI_COMMIT_REF_NAME !~ /^master$/
|
||||||
# No '-' here is *very* important: https://docs.gitlab.com/ee/ci/yaml/#complex-rule-clauses
|
# No '-' here is *very* important: https://docs.gitlab.com/ee/ci/yaml/#complex-rule-clauses
|
||||||
@ -15,7 +15,7 @@
|
|||||||
# like .recompile-branch but will run on master too
|
# like .recompile-branch but will run on master too
|
||||||
.recompile:
|
.recompile:
|
||||||
tags:
|
tags:
|
||||||
- veloren-docker
|
- veloren-wgpu-docker
|
||||||
rules:
|
rules:
|
||||||
- changes:
|
- changes:
|
||||||
- "**/*.{glsl,rs,ron,toml,vox,png,wav}"
|
- "**/*.{glsl,rs,ron,toml,vox,png,wav}"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
.optional-release:
|
.optional-release:
|
||||||
stage: check
|
stage: check
|
||||||
tags:
|
tags:
|
||||||
- veloren-docker
|
- veloren-wgpu-docker
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_REF_NAME =~ /^master$/ || $CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+/ || $CI_COMMIT_REF_NAME =~ /^r[0-9]+\.[0-9]+/ || $CI_PIPELINE_SOURCE == "schedule"
|
- if: $CI_COMMIT_REF_NAME =~ /^master$/ || $CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+/ || $CI_COMMIT_REF_NAME =~ /^r[0-9]+\.[0-9]+/ || $CI_PIPELINE_SOURCE == "schedule"
|
||||||
when: never
|
when: never
|
||||||
@ -13,7 +13,7 @@
|
|||||||
.release:
|
.release:
|
||||||
stage: build
|
stage: build
|
||||||
tags:
|
tags:
|
||||||
- veloren-docker
|
- veloren-wgpu-docker
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_REF_NAME =~ /^master$/ || $CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+/ || $CI_COMMIT_REF_NAME =~ /^r[0-9]+\.[0-9]+/
|
- if: $CI_COMMIT_REF_NAME =~ /^master$/ || $CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+/ || $CI_COMMIT_REF_NAME =~ /^r[0-9]+\.[0-9]+/
|
||||||
when: always
|
when: always
|
||||||
|
Loading…
Reference in New Issue
Block a user