summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@endlessos.org>2022-11-02 16:46:15 +0000
committerPhilip Withnall <pwithnall@endlessos.org>2022-11-02 16:49:51 +0000
commitea0e9bf1f1812c58032069bec4acec88cc2086ff (patch)
tree3fa8054de8489f31f641648148d2fbb7f92a3af4
parent451ed353f57855147120d7d53069621a7fd456f0 (diff)
downloadglib-ea0e9bf1f1812c58032069bec4acec88cc2086ff.tar.gz
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>
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a8da418ce..ed867e0b9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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: