undo stage renaming

This commit is contained in:
Marcel Märtens 2022-02-15 09:41:49 +01:00
parent 56048fff13
commit 5972c3ee1e
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
stages: stages:
- check - check
- build-scheduled - build-nightly
- build - build
- publish - publish

View File

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