From 5972c3ee1e0ad7e797c60e969b54f7206a25582d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=A4rtens?= Date: Tue, 15 Feb 2022 09:41:49 +0100 Subject: [PATCH] undo stage renaming --- .gitlab-ci.yml | 2 +- .gitlab/CI/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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