summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2021-08-11 09:53:33 +0200
committerOndrej Holy <oholy@redhat.com>2021-10-11 06:45:26 +0000
commitbb5a72d685bf1bb2924cf7a59d971da98dd8a04e (patch)
treea8333eb293fa072d0d2b1cbf204c32154b599009 /.gitlab-ci.yml
parent5259ea812bba8116ed3c090dd8ff5ff15d5bcb1f (diff)
downloadnautilus-bb5a72d685bf1bb2924cf7a59d971da98dd8a04e.tar.gz
ci: Do not run style check on stable branches
The style check job currently fails on stable branches since the recent uncrustify change. We could use older image on stable, or backport the code changes, but I think that the style check job on stable branches is not actually needed. Let's disable the style check job on stable branches to fix pipeline there and avoid this situation in the future.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 22d0dae5d..09376c7b6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -67,6 +67,8 @@ style check:
- gcc data/lineup-parameters.c `pkg-config --cflags --libs gio-2.0 gio-unix-2.0` -o data/lineup-parameters
- LANG=C.utf8 data/run-uncrustify.sh
- git diff --exit-code | tee uncrustify.diff
+ except:
+ - /^gnome-.*$/
update image:
variables: