mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
x
This commit is contained in:
parent
a1d9ba15d9
commit
7614aa5ee7
@ -18,3 +18,18 @@
|
||||
- if: $CI_PIPELINE_SOURCE == "schedule" && ( $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: never
|
||||
|
||||
tag-release:
|
||||
stage: tag
|
||||
tags:
|
||||
- veloren-docker
|
||||
# rules:
|
||||
# - if: $CI_PIPELINE_SOURCE == "schedule" && ( $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: never
|
||||
script:
|
||||
- git config --global user.email "gitlab@veloren.net"
|
||||
- git config --global user.name "Veloren Admin"
|
||||
- git remote add api-origin https://oauth2:${TAGTOKEN}@gitlab.com/veloren/veloren.git
|
||||
- git tag -f airshipper
|
||||
- git push api-origin --tags -f
|
||||
|
Loading…
Reference in New Issue
Block a user