mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 06:56:14 +01:00
ci: Rename style-check-diff
to style-check-advisory
To better reflect its purpose. This will also help distinguish it from a job being added in a following commit. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
451ed353f5
commit
ea0e9bf1f1
@ -49,7 +49,7 @@ variables:
|
||||
- bash .gitlab-ci/show-execution-environment.sh
|
||||
- cp -r $HOME/subprojects/* subprojects/
|
||||
|
||||
style-check-diff:
|
||||
style-check-advisory:
|
||||
extends: .only-default
|
||||
image: $DEBIAN_IMAGE
|
||||
stage: style-check
|
||||
@ -607,7 +607,7 @@ pages:
|
||||
stage: deploy
|
||||
only:
|
||||
- main
|
||||
needs: ['coverage', 'style-check-diff']
|
||||
needs: ['coverage', 'style-check-advisory']
|
||||
script:
|
||||
- mv _coverage/ public/
|
||||
artifacts:
|
||||
|
Loading…
Reference in New Issue
Block a user