[librsvg-oci-images/alatiera/ci-cleanups: 4/4] ci: disable ubuntu and debian jobs




commit 3db9339e6cec91f78b8ff7fce16439f66c27dc00
Author: Jordan Petridis <jordan centricular com>
Date:   Sat Sep 26 10:26:08 2020 +0300

    ci: disable ubuntu and debian jobs
    
    They are broken till they get ported to
    user namespaces like opensuse and fedora images.

 .gitlab-ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e82b3b5..c75d9d5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -68,7 +68,7 @@ fedora latest:
     changes:
       - 'fedora/*'
 
-debian testing:
+.debian testing:
   extends: '.distro build'
   variables:
     ARCH: "amd64"
@@ -92,7 +92,7 @@ opensuse tumbleweed:
     changes:
       - 'opensuse/*'
 
-ubuntu 18.04 x86_64:
+.ubuntu 18.04 x86_64:
   extends: '.distro build'
   variables:
     ARCH: "amd64"
@@ -104,7 +104,7 @@ ubuntu 18.04 x86_64:
     changes:
       - 'debian/*'
 
-debian testing i386:
+.debian testing i386:
   extends: '.distro build'
   variables:
     ARCH: "i386"
@@ -116,7 +116,7 @@ debian testing i386:
     changes:
       - 'debian/*'
 
-ubuntu 18.04 i386:
+.ubuntu 18.04 i386:
   extends: '.distro build'
   variables:
     ARCH: "i386"


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