From 90bf01f686842eef6c2412c34175a5a9a3d1e727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=E2=80=9CCLOVIS=E2=80=9D=20Canet?= Date: Sun, 3 Sep 2023 16:06:30 +0200 Subject: [PATCH] ci(gitlab): Document the usage of the different CI stages --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index abb3193..8ee1838 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,8 @@ stages: - - docker - - build - - test - - deploy + - docker # create images that are needed by the rest of the build + - build # create any outputs of the project (binaries, containers, charts…) + - test # all quality checks + - deploy # export the outputs (publish to an artifact registry, deploy on a server…) include: - remote: https://gitlab.com/opensavvy/ci-templates/-/raw/main/version.gitlab-ci.yml -- 2.51.2