mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 04:10:14 +01:00
gitlab-ci: add test on Fedora 30 image
And no longer use "fedora:lastest". While "fedora:rawhide" names the very latest branch (and we want to test that), for all proper releases we want name them explicitly.
This commit is contained in:
parent
52ea426b81
commit
2955d5e69a
1 changed files with 8 additions and 3 deletions
|
|
@ -50,12 +50,17 @@ build_f28:
|
|||
paths:
|
||||
- docs-html
|
||||
|
||||
build_f_latest:
|
||||
build_f29:
|
||||
<<: *fedora_install
|
||||
image: fedora:latest
|
||||
image: fedora:29
|
||||
<<: *fedora_script
|
||||
|
||||
build_f_rawhide:
|
||||
build_f30:
|
||||
<<: *fedora_install
|
||||
image: fedora:30
|
||||
<<: *fedora_script
|
||||
|
||||
build_frawhide:
|
||||
<<: *fedora_install
|
||||
image: fedora:rawhide
|
||||
<<: *fedora_script
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue