[epiphany/gnome-3-34] CI: disable code style check



commit 1006824f419c4343dab0d0c262ebc5704d296bcd
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Thu Dec 26 09:22:40 2019 -0600

    CI: disable code style check
    
    Alpine has updated uncrustify. Changing our code style a bit on master
    is fine, but on gnome-3-34 that's just silly, so disable the style check
    here so we pass CI again.

 .gitlab-ci.yml | 8 --------
 1 file changed, 8 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 476b592b4..569d22287 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,14 +5,6 @@ stages:
   - test
   - deploy
 
-check-code-style:
-  stage: 'check'
-  image: alpine:latest
-  before_script:
-    - apk update && apk add uncrustify bash python3
-  script:
-    - bash data/check-code-style
-
 cppcheck:
   stage: 'check'
   image: alpine:latest


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