[mutter] ci: Bump ci-templates to include ci-fairy fix



commit aa186193b557896ad3b02f60eb5470b3995a78e7
Author: Jonas Ã…dahl <jadahl gmail com>
Date:   Mon Nov 23 08:28:42 2020 +0100

    ci: Bump ci-templates to include ci-fairy fix
    
    This should avoid ci-fairy crashing when checking merge requests on the
    same repo as the target branch.
    
    See
    https://gitlab.freedesktop.org/freedesktop/ci-templates/-/merge_requests/66.
    
    Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1587>

 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 501fca58ed..6472b1b8fc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,6 @@
 include:
-  - remote: 
'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/7ea696055e322cc7aa4bcbe5422b56a198c4bdff/templates/fedora.yml'
-  - remote: 
"https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/7ea696055e322cc7aa4bcbe5422b56a198c4bdff/templates/ci-fairy.yml";
+  - remote: 
'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/8445ff7af2a68795afb98f486251f2ef8f90621c/templates/fedora.yml'
+  - remote: 
"https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/8445ff7af2a68795afb98f486251f2ef8f90621c/templates/ci-fairy.yml";
 
 stages:
  - review


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