[polari] ci: Re-purpose 'review' stage for commit/source checks



commit c8212c059bbc6ffe140197f7fa143aaf0cf1aca5
Author: Florian Müllner <fmuellner gnome org>
Date:   Sat Mar 21 04:07:39 2020 +0100

    ci: Re-purpose 'review' stage for commit/source checks
    
    Now that the review/stop_review jobs are gone, we can repurpose the
    review stage for pre-build checks like gnome-shell.
    
    https://gitlab.gnome.org/GNOME/polari/-/merge_requests/150

 .gitlab-ci.yml | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d11f79f..2847456 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,10 +1,8 @@
 include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'
 
 stages:
- - commit_check
- - source_check
- - build
  - review
+ - build
  - deploy
 
 variables:
@@ -19,7 +17,7 @@ variables:
 
 check_commit_log:
     image: registry.gitlab.gnome.org/gnome/gjs:fedora.static-analysis
-    stage: commit_check
+    stage: review
     script:
         - ./.gitlab-ci/check-commit-log.sh
     only:
@@ -27,7 +25,7 @@ check_commit_log:
 
 eslint:
     image: registry.gitlab.gnome.org/gnome/gjs:fedora.static-analysis
-    stage: source_check
+    stage: review
     script:
         - eslint -o $LINT_LOG --no-color src || { cat $LINT_LOG; false; }
     <<: *only_default


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]