[mutter] ci: Fix gsettings-desktop-schemas branch name



commit e90ab531bb3fffdc9ad7ebdd7b1698c6805014e3
Author: Jonas Ã…dahl <jadahl gmail com>
Date:   Mon Jan 3 18:25:37 2022 +0100

    ci: Fix gsettings-desktop-schemas branch name
    
    It's still called 'master' not 'main'. It wasn't noticed since the
    commit introducing it didn't bump the tag, thus the image was never
    rebuilt.
    
    Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2202>

 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 36acf68181..3de180d01d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,7 +17,7 @@ variables:
 .mutter.fedora:35@common:
   variables:
     FDO_DISTRIBUTION_VERSION: 35
-    BASE_TAG: '2021-11-07.0'
+    BASE_TAG: '2022-01-03.0'
     FDO_DISTRIBUTION_PACKAGES:
       asciidoc
       clang
@@ -41,7 +41,7 @@ variables:
 
       ./.gitlab-ci/install-meson-project.sh \
         https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git \
-        main . 79dd34316ffa44221bcd1b6227aebe1b4b2643d8 &&
+        master . 79dd34316ffa44221bcd1b6227aebe1b4b2643d8 &&
 
       ./.gitlab-ci/install-meson-project.sh \
         https://gitlab.freedesktop.org/wayland/wayland-protocols.git \


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