[epiphany/mcatanzaro/ci: 3/4] Run uncrustify check in parallel with other checks




commit a46d2cf28296812aa5741517629736f32c92020c
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

 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e3cd3364a..896ba4d61 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,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]