summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-11-10 12:16:58 +0100
committerThomas Haller <thaller@redhat.com>2020-11-10 13:51:29 +0100
commit9ebf5f938caef806c7051b4a65b6135bba0e593e (patch)
treea22db3bb70a1997ebb914d8158b0ef5b4d609a95
parent7fa122394cd8036913b6082646783c37c8d092b2 (diff)
downloadNetworkManager-9ebf5f938caef806c7051b4a65b6135bba0e593e.tar.gz
gitlab-ci: bump default-tag
-rw-r--r--.gitlab-ci.yml8
-rw-r--r--.gitlab-ci/config.yml2
2 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 12fb5b9f6d..d64f07dd61 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,10 +41,10 @@ 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-10-30.0'
- UBUNTU_TAG: '2020-10-30.0'
- DEBIAN_TAG: '2020-10-30.0'
- CENTOS_TAG: '2020-10-30.0'
+ FEDORA_TAG: '2020-11-10.0'
+ UBUNTU_TAG: '2020-11-10.0'
+ DEBIAN_TAG: '2020-11-10.0'
+ CENTOS_TAG: '2020-11-10.0'
FEDORA_EXEC: 'bash .gitlab-ci/fedora-install.sh'
UBUNTU_EXEC: 'bash .gitlab-ci/ubuntu-install.sh'
diff --git a/.gitlab-ci/config.yml b/.gitlab-ci/config.yml
index a130718d88..1d78da8fb6 100644
--- a/.gitlab-ci/config.yml
+++ b/.gitlab-ci/config.yml
@@ -8,7 +8,7 @@
#
# We're happy to rebuild all containers when one changes.
-.default_tag: &default_tag '2020-10-30.0'
+.default_tag: &default_tag '2020-11-10.0'
# The list of all distributions we want to create job for.