gitlab CI: update to latest ci-templates

Rebuild all the images to make sure this still works fine.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2019-12-11 13:36:10 +10:00
parent 970b5aff59
commit 104e4a7d49

View file

@ -24,7 +24,7 @@
# <distribution>:<version>@activity:
# e.g. fedora:31@build-default
.templates_sha: &template_sha 5fa4c5aae3775014b99364efc65531037c2e7368 # see https://docs.gitlab.com/ee/ci/yaml/#includefile
.templates_sha: &template_sha b7030c2cd0d6ccc5f6d4f8299bafa4daa9240d71 # see https://docs.gitlab.com/ee/ci/yaml/#includefile
include:
# Alpine container builder template
@ -76,12 +76,12 @@ 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: '2019-11-04.0'
UBUNTU_TAG: '2019-08-07.0'
ARCH_TAG: '2019-08-07.0'
ALPINE_TAG: '2019-10-15.5'
FREEBSD_TAG: '2019-08-07.0'
QEMU_TAG: 'qemu-vm-2019-10-25.0'
FEDORA_TAG: '2019-12-12.0'
UBUNTU_TAG: '2019-12-12.0'
ARCH_TAG: '2019-12-12.0'
ALPINE_TAG: '2019-12-12.0'
FREEBSD_TAG: '2019-12-12.0'
QEMU_TAG: 'qemu-vm-2019-12-12.0'
UBUNTU_EXEC: "bash .gitlab-ci/ubuntu_install.sh $UBUNTU_CUSTOM_DEBS"