ci: Hardcode image version for style check job

The style check job currently fails as uncrustify from rawhide obviously
changed its behavior. It tries to change function pointer the following
way:

- gboolean (*each_function)(NautilusCanvasIcon *, gpointer),
+ gboolean ( *each_function )(NautilusCanvasIcon *, gpointer),

I don't think this is right, but don't know how to fix that ellegantly.
Note that this is because of "sp_before_ptr_star = false". Let's
hardcode the previous image varsion to avoid this change for now.
This commit is contained in:
Ondrej Holy 2020-09-07 09:27:35 +02:00
parent a9d2562676
commit 831203e951

View file

@ -72,7 +72,7 @@ triage:dry-run:
when: manual
style check:
image: registry.gitlab.gnome.org/gnome/nautilus:latest
image: registry.gitlab.gnome.org/gnome/nautilus:v642646
stage: test
artifacts:
name: 'Style check artifacts'