[gnome-control-center] ci: Don't install libudisks2



commit 977a7d7d067b45610df4d9d1ae0575538f5ee2d7
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Mon Mar 11 13:45:43 2019 -0300

    ci: Don't install libudisks2
    
    [skip ci]

 .gitlab-ci.yml | 5 -----
 1 file changed, 5 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 51967fa1a..e8747ba0c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -46,8 +46,6 @@ build:
   stage: build
 
   script:
-    - dnf -y install libudisks2-devel # FIXME: Remove when new images built
-
     - *environment_information
     - *build_procedure
 
@@ -78,7 +76,6 @@ test:
 
   script:
     - *environment_information
-    - dnf -y install libudisks2-devel # FIXME: Remove when new images built
 
     - |
       if [[ -n "${CI_COMMIT_TAG}" ]]; then
@@ -107,7 +104,6 @@ coverage:
     - master@GNOME/gnome-control-center
 
   script:
-    - dnf -y install libudisks2-devel # FIXME: Remove when new images built
     - *environment_information
     - *build_procedure
     - *run_tests
@@ -265,7 +261,6 @@ stop_review:
   stage: manual
   when: manual
   script:
-    - dnf -y install libudisks2-devel # FIXME: Remove when new images built
     - *environment_information
     - *build_procedure
     - *run_tests


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