[wing] ci: don't specify image for vs2017-x64



commit 678b4fba47c75045f535ce981cb03d36c264c7dc
Author: Jakub Janků <jjanku redhat com>
Date:   Mon Mar 30 15:19:48 2020 +0200

    ci: don't specify image for vs2017-x64
    
    The Windows runner provided for Gnome doesn't run Docker,
    so there's no point in setting the image, see [0].
    
    Apart from that, GLib doesn't provide a 'master' image anymore,
    see [1].
    
    [0] https://gitlab.gnome.org/creiter/gitlab-ci-win32-runner
    [1] https://gitlab.gnome.org/GNOME/glib/container_registry
    
    Signed-off-by: Jakub Janků <jjanku redhat com>

 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 318f795..789bc08 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,6 @@ variables:
   DEPS_MINGW: gcc meson mingw64-gcc mingw64-pkg-config mingw64-glib2
 
 vs2017-x64:
-  image: registry.gitlab.gnome.org/gnome/glib/master:v6
   cache:
     paths:
       - _ccache/


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