[epiphany/gnome-3-38] Run uncrustify check in parallel with other checks



commit 9c43f7fcb24b62f091af42fa9070c2ed27e9c164
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Fri Apr 23 15:35:35 2021 -0500

    Run uncrustify check in parallel with other checks
    
    This will speed up our CI by 1-2 minutes or thereabouts
    
    
    (cherry picked from commit a46d2cf28296812aa5741517629736f32c92020c)

 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 26c724b8a..d1a900267 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,7 +15,6 @@ stages:
   - test
 
 check-code-style:
-  stage: .pre
   image: alpine:latest
   interruptible: true
   before_script:


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