mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
undo stage renaming
This commit is contained in:
parent
56048fff13
commit
5972c3ee1e
@ -1,6 +1,6 @@
|
|||||||
stages:
|
stages:
|
||||||
- check
|
- check
|
||||||
- build-scheduled
|
- build-nightly
|
||||||
- build
|
- build
|
||||||
- publish
|
- publish
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
# This is a temporary fix until Airshipper can use a different mechanism of identifying jobs it should take
|
# This is a temporary fix until Airshipper can use a different mechanism of identifying jobs it should take
|
||||||
# artifacts from. Once this is done the air-* jobs can be removed.
|
# artifacts from. Once this is done the air-* jobs can be removed.
|
||||||
.release-scheduled:
|
.release-scheduled:
|
||||||
stage: build-scheduled
|
stage: build-nightly
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_PIPELINE_SOURCE == "schedule" && ($CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+/ || $CI_COMMIT_REF_NAME =~ /^r[0-9]+\.[0-9]+/)
|
- if: $CI_PIPELINE_SOURCE == "schedule" && ($CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+/ || $CI_COMMIT_REF_NAME =~ /^r[0-9]+\.[0-9]+/)
|
||||||
when: on_success
|
when: on_success
|
||||||
|
Loading…
Reference in New Issue
Block a user