From: Emmanuele Bassi Date: Fri, 9 Sep 2022 22:39:20 +0000 (+0100) Subject: ci: Move style check to its own stage X-Git-Tag: archive/raspbian/4.8.3+ds-2+rpi1~3^2~20^2~2^2~15^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=821dd269341a35a562963e91b374600e45e7915d;p=gtk4.git ci: Move style check to its own stage Drop the `.pre` phase. --- 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