From 5ccb33ac020f8babb523cdfb492f02824707be2a Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Mon, 12 Jun 2023 09:50:03 +0100 Subject: [PATCH] CI: Upgrade ci-templates version This is required to support Debian bookworm. Signed-off-by: Daniel Stone --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f1dad315e..7dfa3585d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ # vim: set expandtab shiftwidth=2 tabstop=8 textwidth=0: -.templates_sha: &template_sha 567700e483aabed992d0a4fea84994a0472deff6 # see https://docs.gitlab.com/ee/ci/yaml/#includefile +.templates_sha: &template_sha 184ca628f89f3193c249b4e34e45afee2773a833 # see https://docs.gitlab.com/ee/ci/yaml/#includefile # This file uses the freedesktop ci-templates to build Weston and run our # tests in CI. #