summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2022-09-09 23:39:20 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2022-09-10 00:16:12 +0100
commit821dd269341a35a562963e91b374600e45e7915d (patch)
tree39301210c542b4bf3f8d976e088ab605f6f51fb3 /.gitlab-ci.yml
parentd6597098f1cf6d99d56c633a9822892c9f61687c (diff)
downloadgtk+-821dd269341a35a562963e91b374600e45e7915d.tar.gz
ci: Move style check to its own stage
Drop the `.pre` phase.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
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