[gtk/ci-docs] ci: Move style-check to .pre phase



commit d9608a03572e061f04c5c5b84b3baf97a93be21f
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Feb 25 17:57:46 2020 +0000

    ci: Move style-check to .pre phase
    
    We want the style checks running at the start of the CI pipeline, no
    need to have a specific phase for it.

 .gitlab-ci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f435e3d417..1166c50f2e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,4 @@
 stages:
-  - analysis
   - build
   - docs
   - flatpak
@@ -28,7 +27,7 @@ variables:
 style-check-diff:
   extends: .only-default
   image: registry.gitlab.gnome.org/gnome/gtk/fedora:v14
-  stage: analysis
+  stage: .pre
   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]