[gedit-plugins/ci] Static analysis



commit 5168a808347245db81d9290bf8652d4a51d2fa51
Author: Jordi Mas <jmas softcatala org>
Date:   Mon Dec 16 21:25:02 2019 +0100

    Static analysis

 .gitlab-ci.yml | 22 +++++++++-------------
 1 file changed, 9 insertions(+), 13 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9a14e08..a297cd1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,16 +1,12 @@
 image: ubuntu:devel
 
-stages:
-    - static_analysis
-
-static_analysis:
-  before_script:
-    - export DEBIAN_FRONTEND=noninteractive
-    - apt-get update -y
-    - apt-get install python3 python3-pip python3-dbus  -y
-    - python3 -m pip install flake8
-
-  script:
-    - cd plugins
-    - flake8 --select=F --ignore=F401,F841
+before_script:
+- export DEBIAN_FRONTEND=noninteractive
+- apt-get update -y
+- apt-get install python3 python3-pip python3-dbus  -y
+- python3 -m pip install flake8
+
+script:
+- cd plugins
+- flake8 --select=F --ignore=F401,F841
 


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