From b8f10b5e18e4d998e81d5a84fc16afa9a8406c8c Mon Sep 17 00:00:00 2001 From: Pierre Smeyers <pierre.smeyers@gmail.com> Date: Mon, 16 Oct 2023 18:05:20 +0200 Subject: [PATCH] fix: declare all TBC stages --- templates/gitlab-ci-semrel.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/templates/gitlab-ci-semrel.yml b/templates/gitlab-ci-semrel.yml index 4146bfb..85e06a8 100644 --- a/templates/gitlab-ci-semrel.yml +++ b/templates/gitlab-ci-semrel.yml @@ -62,7 +62,16 @@ variables: SEMREL_CONFIG_DIR: "." stages: + - build + - test + - package-build + - package-test + - infra + - deploy + - acceptance - publish + - infra-prod + - production .semrel-scripts: &semrel-scripts | # BEGSCRIPT -- GitLab