summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2022-01-20 14:11:46 +0000
committerJavier Jardón <jjardon@gnome.org>2022-01-31 18:33:53 +0000
commitc8bb6933ae76026d6f6fae4038ccbb7c36efe615 (patch)
tree9b5665b8d6c0fb371f8ce43f228f485f2aefc1b8
parent62325b51b56da15a6da7c8145e550ae047d361ea (diff)
downloadgnome-settings-daemon-jjardon/f35.tar.gz
.gitlab-ci.yml: Try to use fedora 35jjardon/f35
-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..8c52be5b 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: 35
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"