From: Peter Hutterer Date: Wed, 4 Jan 2023 05:19:51 +0000 (+1000) Subject: gitlab CI: bump to a newer version of the templates X-Git-Tag: accepted/tizen/unified/20231121.102917~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b5977cc538823fc8e7a5f7737f5644cacc500058;p=platform%2Fupstream%2Flibevdev.git gitlab CI: bump to a newer version of the templates Required by the debian sid containers, otherwise we fail because of a missing /etc/apt/sources.list file. Signed-off-by: Peter Hutterer --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 735c8fa..84a0f92 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ # # ######################################## -.templates_sha: &template_sha 0c312d9c7255f46e741d43bcd1930f09cd12efe7 # see https://docs.gitlab.com/ee/ci/yaml/#includefile +.templates_sha: &template_sha c1e465762df9d4208a03ed4df6cae15006579838 # see https://docs.gitlab.com/ee/ci/yaml/#includefile include: - project: 'freedesktop/ci-templates' diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template index 942831a..7444106 100644 --- a/.gitlab-ci/ci.template +++ b/.gitlab-ci/ci.template @@ -6,7 +6,7 @@ # # ######################################## -.templates_sha: &template_sha 0c312d9c7255f46e741d43bcd1930f09cd12efe7 # see https://docs.gitlab.com/ee/ci/yaml/#includefile +.templates_sha: &template_sha c1e465762df9d4208a03ed4df6cae15006579838 # see https://docs.gitlab.com/ee/ci/yaml/#includefile include: - project: 'freedesktop/ci-templates'