Merge branch 'f35' into 'master'
Add Fedora 35 See merge request packaging/rpm-icingadb-redis!2
This commit is contained in:
commit
7620f61611
|
@ -85,6 +85,23 @@ upload/epel/7:
|
||||||
###################################
|
###################################
|
||||||
# Fedora
|
# Fedora
|
||||||
###################################
|
###################################
|
||||||
|
build/fedora/35:
|
||||||
|
<<: *build
|
||||||
|
variables:
|
||||||
|
DOCKER_IMAGE: fedora/35
|
||||||
|
|
||||||
|
test/fedora/35:
|
||||||
|
<<: *test
|
||||||
|
variables:
|
||||||
|
DOCKER_IMAGE: fedora/35
|
||||||
|
dependencies:
|
||||||
|
- build/fedora/35
|
||||||
|
|
||||||
|
upload/fedora/35:
|
||||||
|
<<: *upload
|
||||||
|
dependencies:
|
||||||
|
- build/fedora/35
|
||||||
|
|
||||||
build/fedora/34:
|
build/fedora/34:
|
||||||
<<: *build
|
<<: *build
|
||||||
variables:
|
variables:
|
||||||
|
|
Loading…
Reference in New Issue