summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-05-24 12:29:49 +0200
committerThomas Haller <thaller@redhat.com>2019-05-29 09:42:40 +0200
commitc9873d42731b7586926ad3a99f93f08490f25abd (patch)
treee9737edca0ba6f0bdb406734fccb02ae01394adc
parenta307bd6ec4c1724324d0a2fbb09ebfe46a996d13 (diff)
downloadNetworkManager-c9873d42731b7586926ad3a99f93f08490f25abd.tar.gz
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.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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