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



commit e4db49d467e027364237c925a367e368213aa8bc
Author: Jonas Ã…dahl <jadahl gmail com>
Date:   Fri Nov 20 10:30:32 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/mutter/-/merge_requests/1583>

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dbe0283489..5c892c82a2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,5 @@
 include:
-  - remote: 
'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/5bc02d91b97b835099c28c54409c3438e52b4d21/templates/fedora.yml'
+  - remote: 
'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/97556201e6e0e30554ee93249f5287be826be718/templates/fedora.yml'
 
 stages:
  - prepare


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