summaryrefslogtreecommitdiff
path: root/.gitlab-ci/config.yml
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-01-28 10:03:43 +0100
committerThomas Haller <thaller@redhat.com>2021-01-28 14:50:39 +0100
commit7e32c3efdad9a96c6186e13194a7bb943f53daaa (patch)
treef59529ad1e87f6a166a92776c1313db066a7a5c1 /.gitlab-ci/config.yml
parent7869aacf61de8e323445de49a1abb4abfa546afa (diff)
downloadNetworkManager-7e32c3efdad9a96c6186e13194a7bb943f53daaa.tar.gz
gitlab-ci: generate new container images for tests
- the python-black version on Fedora 33 was updated, and this formats our python code differently. The black version that is used by our gitlab-ci is the authoritative version that should be used. Update it by regenerating the containers. - especially Fedora:rawhide and Debian:sid often introduce changes that will cause a break of our build. Update the containers to test latest versions.
Diffstat (limited to '.gitlab-ci/config.yml')
-rw-r--r--.gitlab-ci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/config.yml b/.gitlab-ci/config.yml
index 7efe1b6730..14487bd68b 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-11-17.0'
+.default_tag: &default_tag '2021-01-28.0'
# The list of all distributions we want to create job for.