gitlab CI: force a rebuild of all the docker containers
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 3 Feb 2020 10:38:26 +0000 (20:38 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 3 Feb 2020 10:40:40 +0000 (20:40 +1000)
To make sure the current pipeline is correct

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
.gitlab-ci.yml

index 1ced013b8d64d707beb293a06240fde7c80ce0b8..c204660118d98bbddb2b02b0c683709d94cd7a6a 100644 (file)
@@ -54,12 +54,12 @@ variables:
   # changing these will force rebuilding the associated image
   # Note: these tags have no meaning and are not tied to a particular
   # libevdev version
-  FEDORA_TAG: '2019-10-24.0'
-  CENTOS_TAG: '2019-10-24.0'
-  DEBIAN_TAG: '2019-10-24.0'
-  UBUNTU_TAG: '2019-10-24.0'
-  ARCH_TAG: '2019-10-24.0'
-  ALPINE_TAG: '2019-10-24.0'
+  FEDORA_TAG: '2020-02-03.0'
+  CENTOS_TAG: '2020-02-03.0'
+  DEBIAN_TAG: '2020-02-03.0'
+  UBUNTU_TAG: '2020-02-03.0'
+  ARCH_TAG: '2020-02-03.0'
+  ALPINE_TAG: '2020-02-03.0'
 
   UPSTREAM_REPO: libevdev/libevdev
   BUILDAH_IMAGE: $CI_REGISTRY/wayland/ci-templates/buildah:latest