[gnome-music/wip/mschraal/player-factor-out-gstreamer] CI: Updates



commit d6cd224143659ecf5474e0552af4ea15f0c2842b
Author: Marinus Schraal <mschraal gnome org>
Date:   Tue Mar 13 14:58:44 2018 +0100

    CI: Updates

 .gitlab-ci.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c9f25789..c5c54681 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,13 +13,12 @@ variables:
 build:
   stage: build
   script:
-    - dnf update -y --nogpgcheck && dnf install -y --nogpgcheck $DEPENDENCIES
-    - git submodule update --init
+    - dnf upgrade -y && dnf install -y $DEPENDENCIES
     - meson builddir
     - ninja -C builddir
 
 flake8:
   stage: check
   script:
-    - dnf update -y --nogpgcheck && dnf install -y --nogpgcheck python3-flake8
+    - dnf upgrade -y && dnf install -y python3-flake8
     - flake8 --ignore E402 --select W504 --show-source --exclude=mpris.py,grilo.py,query.py,window.py 
gnomemusic/
\ No newline at end of file


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