[libsecret/wip/dueno/meson-ci: 30/31] gitlab-ci: Switch to fedora:28 to fedora:latest



commit 70327d2704936209ca5a2c4bf4815d4d5016f715
Author: Daiki Ueno <dueno src gnome org>
Date:   Wed Jun 5 11:39:30 2019 +0200

    gitlab-ci: Switch to fedora:28 to fedora:latest

 .gitlab-ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4d03377..b1790ba 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ variables:
   DEPENDENCIES: dbus-x11 gcc gjs make python3-dbus python3-gobject redhat-rpm-config
 
 fedora:Werror:
-  image: fedora:28
+  image: fedora:latest
   stage: build
   before_script:
     - dnf upgrade -y
@@ -21,7 +21,7 @@ fedora:Werror:
     - make -j$(nproc) V=1 distcheck
 
 fedora:asan:
-  image: fedora:28
+  image: fedora:latest
   stage: build
   before_script:
     - dnf upgrade -y
@@ -36,7 +36,7 @@ fedora:asan:
     - make -j$(nproc) V=1 DISABLE_HARD_ERRORS=1 XFAIL_TESTS="\$(JS_TESTS) \$(PY_TESTS)" check
 
 fedora:ubsan:
-  image: fedora:28
+  image: fedora:latest
   stage: build
   before_script:
     - dnf upgrade -y
@@ -51,7 +51,7 @@ fedora:ubsan:
     - make -j$(nproc) V=1 check
 
 fedora:coverage:
-  image: fedora:28
+  image: fedora:latest
   stage: build
   before_script:
     - dnf upgrade -y


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