From 4fc87f831681c5a8cbb67f03f6da90696b6e0a87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Sat, 31 Jul 2021 15:07:58 +0100 Subject: [PATCH] ci: Update ci-templates to newer version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [daniels: Extracted from previous patch, updated to even-newer version.] Signed-off-by: Jonas Ã…dahl --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6b25b736..674ba243 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,12 +1,14 @@ # vim: set expandtab shiftwidth=2 tabstop=8 textwidth=0: +.templates_sha: &template_sha 567700e483aabed992d0a4fea84994a0472deff6 # see https://docs.gitlab.com/ee/ci/yaml/#includefile + variables: FDO_UPSTREAM_REPO: wayland/weston include: - project: 'freedesktop/ci-templates' - ref: 59de540b620c45739871d1a073d76d5521989d11 + ref: *template_sha file: '/templates/debian.yml'