summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2022-01-20 14:11:46 +0000
committerBenjamin Berg <benjamin@sipsolutions.net>2022-02-10 15:55:11 +0000
commite081e72f77c76cdb8c002df537c80b5ac3a65def (patch)
tree3dc65b19ef2dbc83b68b091a49125f611e98813f /.gitlab-ci.yml
parent20da3f62344888e7ee5d41d454e5fe41f185575d (diff)
downloadgnome-settings-daemon-e081e72f77c76cdb8c002df537c80b5ac3a65def.tar.gz
.gitlab-ci.yml: Try to use fedora 36
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f7deb597..f176dd3b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,9 +1,9 @@
include:
- - remote: 'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/5888c7388134cbe4661600222fe9befb10441f6e/templates/fedora.yml'
+ - remote: 'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/80f87b3058efb75a1faae11826211375fba77e7f/templates/fedora.yml'
variables:
FDO_DISTRIBUTION_TAG: latest
- FDO_DISTRIBUTION_VERSION: rawhide
+ FDO_DISTRIBUTION_VERSION: 36
FDO_UPSTREAM_REPO: gnome/gnome-settings-daemon
# Expiry sets fdo.expires on the image
FEDORA_IMAGE: "$CI_REGISTRY/$FDO_UPSTREAM_REPO/fedora/$FDO_DISTRIBUTION_VERSION:$FDO_DISTRIBUTION_TAG"