summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2020-11-11 09:08:52 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2020-11-12 09:39:26 +1000
commit8bb34dceeb0fb31b77dc6b403511b4dc4d9ee68b (patch)
treee77d66ebb74e0412a643682ccf00b6b3d9364e23 /.gitlab-ci.yml
parent833b8d2da41f3a7eff440c56db72df6d121d72cd (diff)
downloadlibinput-8bb34dceeb0fb31b77dc6b403511b4dc4d9ee68b.tar.gz
gitlab CI: update to latest templates
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8928d83b..d55716b1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,7 +30,7 @@
# <distribution>:<version>@activity:
# e.g. fedora:31@build-default
-.templates_sha: &template_sha d303fafa66bbca44cc5bdb337d5773b5f019b70d # see https://docs.gitlab.com/ee/ci/yaml/#includefile
+.templates_sha: &template_sha 4f06663cd1507136a0f8440925a2521098adb298 # see https://docs.gitlab.com/ee/ci/yaml/#includefile
include:
# Alpine container builder template
@@ -88,13 +88,13 @@ variables:
# changing these will force rebuilding the associated image
# Note: these tags have no meaning and are not tied to a particular
# libinput version
- FEDORA_TAG: '2020-11-09.0'
- DEBIAN_TAG: '2020-11-09.0'
- UBUNTU_TAG: '2020-11-09.0'
- ARCH_TAG: '2020-11-09.0'
- ALPINE_TAG: '2020-11-09.0'
- FREEBSD_TAG: '2020-11-09.0'
- QEMU_TAG: 'qemu-vm-2020-11-09.0'
+ FEDORA_TAG: '2020-11-12.0'
+ DEBIAN_TAG: '2020-11-12.0'
+ UBUNTU_TAG: '2020-11-12.0'
+ ARCH_TAG: '2020-11-12.0'
+ ALPINE_TAG: '2020-11-12.0'
+ FREEBSD_TAG: '2020-11-12.0'
+ QEMU_TAG: 'qemu-vm-2020-11-12.0'
FREEBSD_CONTAINER_IMAGE: $CI_REGISTRY_IMAGE/freebsd/11.2:$FREEBSD_TAG
FDO_UPSTREAM_REPO: libinput/libinput