From 0533cc70e225a0b5db29de32a4833e8bd716f297 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net> Date: Thu, 21 Mar 2024 00:02:11 -0400 Subject: [PATCH] Stage, not state --- .gitlab-ci-unix.yml | 1 + .gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci-unix.yml b/.gitlab-ci-unix.yml index 050f3b5219..f5731d1fed 100644 --- a/.gitlab-ci-unix.yml +++ b/.gitlab-ci-unix.yml @@ -194,6 +194,7 @@ spec: needs: [] "$[[ inputs.os ]]-$[[ inputs.platform ]] [cleanup]": + stage: cleanup extends: - .$[[ inputs.os ]]-build script: diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0df29add7d..5c94ef2597 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ variables: BUILD_ARGS: description: "Extra arguments to pass on gmake command lines." -states: +stages: - build - test - cleanup -- GitLab