From 7ac9adbe1e33f2ee48f9ff6fb926003e59ae57ef Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Fri, 2 Nov 2018 16:05:53 +0000 Subject: [PATCH] ci: Update CI image to use 2-58:v1 from registry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The CI image which this glib-2-56 branch was previously using has been deleted from the registry (master has moved on). Tweak the CI configuration to use the glib-2-58 image, since there doesn’t seem to be much point in adding an image just for glib-2-56, given how little development is still needed on this branch. Signed-off-by: Philip Withnall --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 608ae9ebd..05e06c464 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: registry.gitlab.gnome.org/gnome/glib/master:v3 +image: registry.gitlab.gnome.org/gnome/glib/2-58:v1 stages: - build