CI: bump to the latest ci templates

This version includes a fix for ci-fairy to handle the trailing newlines
in a more predictable manner.
This commit is contained in:
Peter Hutterer 2023-03-13 08:50:02 +10:00
parent 37f4351a67
commit 940f2778a9
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
# #
########################################
.templates_sha: &template_sha ffe4d1b10aab7534489f0c4bbc4c5899df17d3f2 # see https://docs.gitlab.com/ee/ci/yaml/#includefile
.templates_sha: &template_sha 9f0eb526291fe74651fe1430cbd2397f4c0a819b # see https://docs.gitlab.com/ee/ci/yaml/#includefile
include:
- project: 'freedesktop/ci-templates'
@ -289,4 +289,4 @@ pages:
- main
artifacts:
paths:
- public
- public

View file

@ -8,7 +8,7 @@
# #
########################################
.templates_sha: &template_sha ffe4d1b10aab7534489f0c4bbc4c5899df17d3f2 # see https://docs.gitlab.com/ee/ci/yaml/#includefile
.templates_sha: &template_sha 9f0eb526291fe74651fe1430cbd2397f4c0a819b # see https://docs.gitlab.com/ee/ci/yaml/#includefile
include:
- project: 'freedesktop/ci-templates'