[gtk/ebassi/style-check] ci: Move style check to its own stage
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/ebassi/style-check] ci: Move style check to its own stage
- Date: Fri, 9 Sep 2022 22:39:49 +0000 (UTC)
commit 048ac9b4cb29313a650636fce6d2ecc4e5e5a57b
Author: Emmanuele Bassi <ebassi gnome org>
Date: Fri Sep 9 23:39:20 2022 +0100
ci: Move style check to its own stage
Drop the `.pre` phase.
.gitlab-ci.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]