From c9873d42731b7586926ad3a99f93f08490f25abd Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 24 May 2019 12:29:49 +0200 Subject: gitlab-ci: run "checkpatch" test on Fedora 29 image Fedora 28 is no longer supported at this point. Run the "checkpatch" test on a Fedora 29 image instead. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c6b131aaa..13db037e17 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,7 +54,7 @@ stages: - date '+%Y%m%d-%H%M%S'; test "$NM_BUILD_TARBALL" != 1 || mv /tmp/NetworkManager-1*.tar.xz /tmp/NetworkManager-1*.src.rpm ./ checkpatch: - image: fedora:28 + image: fedora:29 stage: test script: - date '+%Y%m%d-%H%M%S'; dnf install -y git -- cgit v1.2.1