[gtk/ci-docs] ci: Rename the "style-check" phase to "analysis"



commit a87966b2bf0ae3cc9f3abf30f3e58467bb2926f7
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Feb 25 17:15:00 2020 +0000

    ci: Rename the "style-check" phase to "analysis"
    
    We want to re-use it for other jobs.

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