From 821dd269341a35a562963e91b374600e45e7915d Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 9 Sep 2022 23:39:20 +0100 Subject: ci: Move style check to its own stage Drop the `.pre` phase. --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 495dfea98e..8829a100c0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,7 @@ include: file: 'flatpak/flatpak_ci_initiative.yml' stages: + - check - build - analysis - docs @@ -37,7 +38,7 @@ variables: style-check-diff: extends: .only-default image: $FEDORA_IMAGE - stage: .pre + stage: check allow_failure: true script: - .gitlab-ci/run-style-check-diff.sh -- cgit v1.2.1