diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 02d1edba3c..4ff0b86e94 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ stages: - check - - build-scheduled + - build-nightly - build - publish diff --git a/.gitlab/CI/release.yml b/.gitlab/CI/release.yml index e4a5a0f532..d9158b0ade 100644 --- a/.gitlab/CI/release.yml +++ b/.gitlab/CI/release.yml @@ -21,7 +21,7 @@ # 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. .release-scheduled: - stage: build-scheduled + stage: build-nightly 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]+/) when: on_success