[glib/meson-bump] ci: Fix non-build jobs
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/meson-bump] ci: Fix non-build jobs
- Date: Wed, 24 Jul 2019 12:33:57 +0000 (UTC)
commit bd372e3174f76f375202216ccbf013fbbda2aded
Author: Emmanuele Bassi <ebassi gnome org>
Date: Wed Jul 24 13:32:55 2019 +0100
ci: Fix non-build jobs
All non-build jobs must share the same Docker image with the Fedora
build job.
.gitlab-ci.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0a1286544..b65d80020 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -255,7 +255,7 @@ freebsd-12-x86_64:
- "_build/${CI_JOB_NAME}-report.xml"
coverage:
- image: registry.gitlab.gnome.org/gnome/glib/fedora:v1
+ image: registry.gitlab.gnome.org/gnome/glib/fedora:v2
stage: coverage
except:
- tags
@@ -268,7 +268,7 @@ coverage:
coverage: '/^\s+lines\.+:\s+([\d.]+\%)\s+/'
scan-build:
- image: registry.gitlab.gnome.org/gnome/glib/fedora:v1
+ image: registry.gitlab.gnome.org/gnome/glib/fedora:v2
stage: analysis
except:
- tags
@@ -301,7 +301,7 @@ pages:
- public
dist-job:
- image: registry.gitlab.gnome.org/gnome/glib/fedora:v1
+ image: registry.gitlab.gnome.org/gnome/glib/fedora:v2
stage: build
only:
- tags
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]