summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-11-19 12:14:31 +0100
committerThomas Haller <thaller@redhat.com>2022-11-23 09:17:55 +0100
commit1106146bfdf3be19d1f55fb752264b2693c2350b (patch)
tree95e29c0e0425d30cb86c7a00b800c4fb33e39e14 /.gitlab-ci.yml
parent853959b10d16e757ea73320143005d0ab3c16e5a (diff)
downloadNetworkManager-1106146bfdf3be19d1f55fb752264b2693c2350b.tar.gz
gitlab-ci: update to latest ci-templates version
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 df97aefa3a..a2ed576c2e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@
########################################
-.templates_sha: &template_sha d5aa3941aa03c2f716595116354fb81eb8012acb # see https://docs.gitlab.com/ee/ci/yaml/#includefile
+.templates_sha: &template_sha ffe4d1b10aab7534489f0c4bbc4c5899df17d3f2 # see https://docs.gitlab.com/ee/ci/yaml/#includefile
include:
# Alpine container builder template
@@ -48,11 +48,11 @@ variables:
#
# This is done by running `ci-fairy generate-template` and possibly bumping
# ".default_tag".
- FEDORA_TAG: '2022-10-07.0-9f6b6172b96e'
- UBUNTU_TAG: '2022-10-07.0-3ff430ed1681'
- DEBIAN_TAG: '2022-10-07.0-3ff430ed1681'
- CENTOS_TAG: '2022-10-07.0-9f6b6172b96e'
- ALPINE_TAG: '2022-10-07.0-0634db5ee011'
+ FEDORA_TAG: '2022-10-07.0-55ff1429889e'
+ UBUNTU_TAG: '2022-10-07.0-f43ecfa19992'
+ DEBIAN_TAG: '2022-10-07.0-f43ecfa19992'
+ CENTOS_TAG: '2022-10-07.0-55ff1429889e'
+ ALPINE_TAG: '2022-10-07.0-5aae55ae295b'
FEDORA_EXEC: 'bash .gitlab-ci/fedora-install.sh'
UBUNTU_EXEC: 'bash .gitlab-ci/debian-install.sh'