summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2020-02-03 20:38:26 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2020-02-03 20:40:40 +1000
commit5b3659d468240405f3ee6d161061c12fd1fa248a (patch)
tree2a5e83ebb4af1e05af8ecdea518ee84a7308be5a /.gitlab-ci.yml
parentff8a5b065caaa06e68467233d099189e738990a1 (diff)
downloadlibevdev-5b3659d468240405f3ee6d161061c12fd1fa248a.tar.gz
gitlab CI: force a rebuild of all the docker containers
To make sure the current pipeline is correct Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1ced013..c204660 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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