diff options
author | Thomas Haller <thaller@redhat.com> | 2021-09-22 09:11:10 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2021-09-22 10:12:24 +0200 |
commit | dc8c9d4bd2750f532a3df35a306062584f7141c1 (patch) | |
tree | 40bb1b26c5bac6e16b06d39374884da19621d170 /.gitlab-ci/ci.template | |
parent | 82b72a7379d843dd3ab875af772675b0287a822c (diff) | |
download | NetworkManager-dc8c9d4bd2750f532a3df35a306062584f7141c1.tar.gz |
gitlab-ci: update used ci-templates version
It seems there is a problem building f35/f36 containers. Update
the 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 5f8b9eeb77..bfaf858fad 100644 --- a/.gitlab-ci/ci.template +++ b/.gitlab-ci/ci.template @@ -9,7 +9,7 @@ ######################################## -.templates_sha: &template_sha b18e53bf67b9ed493a006d83dbadd1ecc0daa61a # see https://docs.gitlab.com/ee/ci/yaml/#includefile +.templates_sha: &template_sha 14731f78c23c7b523a85a26a068ade9ac1ecd2f3 # see https://docs.gitlab.com/ee/ci/yaml/#includefile include: {% for distro in distributions|sort(attribute="name") %} |