mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
change(ci): adjust docs + fix release template
This commit is contained in:
parent
5b7f93e14e
commit
f71b317589
@ -1,4 +1,3 @@
|
||||
# Template to only run if actual changes has been made to the code and not just documentation
|
||||
.tests: &tests
|
||||
extends: .recompile
|
||||
stage: build-post
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Publishes veloren-server-cli to the gitlab container registry
|
||||
# https://gitlab.com/veloren/veloren/container_registry
|
||||
docker:
|
||||
stage: publish
|
||||
extends: .release
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Template to only run if pushes to master or a tag happened
|
||||
.release:
|
||||
rules:
|
||||
- if: $CI_COMMIT_REF_NAME =~ /^master.$/ || $CI_COMMIT_TAG =~ /^r[0-9]+\.[0-9]+\.[0-9]+/ || $CI_COMMIT_REF_NAME =~ /^v[0-9]+\.[0-9]+/
|
||||
- if: $CI_COMMIT_REF_NAME =~ /^master.$/ || $CI_COMMIT_REF_NAME =~ /^r[0-9]+\.[0-9]+\.[0-9]+/ || $CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+/
|
||||
|
Loading…
Reference in New Issue
Block a user