diff options
author | Thomas Haller <thaller@redhat.com> | 2022-10-07 20:50:24 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2022-10-11 09:47:39 +0200 |
commit | 2d0170ca7c8d26e590560d077bc7ea5c2710816e (patch) | |
tree | c6351e182dff400d82dc70626ef351f069bfd3c7 /.gitlab-ci/ci.template | |
parent | dc2cbe1858b104dbf00130c410c97414fbac6d49 (diff) | |
download | NetworkManager-2d0170ca7c8d26e590560d077bc7ea5c2710816e.tar.gz |
gitlab-ci: update ci-templates version
Diffstat (limited to '.gitlab-ci/ci.template')
-rw-r--r-- | .gitlab-ci/ci.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template index 094bf8b58f..91750e3b5b 100644 --- a/.gitlab-ci/ci.template +++ b/.gitlab-ci/ci.template @@ -10,7 +10,7 @@ ######################################## -.templates_sha: &template_sha 3e66ea37e5672bb8f48e3056ba92915b5fc5b888 # see https://docs.gitlab.com/ee/ci/yaml/#includefile +.templates_sha: &template_sha d5aa3941aa03c2f716595116354fb81eb8012acb # see https://docs.gitlab.com/ee/ci/yaml/#includefile include: {% for distro in distributions|sort(attribute="name") %} |