[gnome-shell] ci: Bump ci-templates to include registry path fix



commit e203278d74049afba465623daafd1461b0e359ca
Author: Jonas Ã…dahl <jadahl gmail com>
Date:   Fri Nov 20 11:32:12 2020 +0100

    ci: Bump ci-templates to include registry path fix
    
    ci-templates had a bug where it failed to find the ready-built container
    images on the upstream repository due to invalid assumptions about the
    relationship between upstream repository and image registry. This
    resulted in the container image to be rebuilt, wasting valuable CPU
    cycles and storage space. Bump the included ci-templates template to
    include the fix for this.
    
    See https://gitlab.freedesktop.org/freedesktop/ci-templates/-/issues/22.
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1502>

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7df73bbb0c..d44edd8ae8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,6 @@
 include:
     - remote: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'
-    - remote: 
'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/5888c7388134cbe4661600222fe9befb10441f6e/templates/fedora.yml'
+    - remote: 
'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/97556201e6e0e30554ee93249f5287be826be718/templates/fedora.yml'
 
 stages:
  - prep


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