From 48f78dfd1ac10d5d309aff437f81d44d1ed06cd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Thu, 3 Dec 2020 17:30:56 +0100 Subject: [PATCH] ci: Define global variable MESA_TEMPLATES_COMMIT for ci-templates commit No functional change. Reviewed-by: Eric Anholt Part-of: --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 655a769e7a5..e7177d9f933 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,6 @@ variables: FDO_UPSTREAM_REPO: mesa/mesa + MESA_TEMPLATES_COMMIT: &ci-templates-commit 43ac932d5b8ebf43040d302de3c6e734df178384 CI_PRE_CLONE_SCRIPT: |- set -o xtrace /usr/bin/wget -q -O- ${CI_PROJECT_URL}/-/raw/${CI_COMMIT_SHA}/.gitlab-ci/download-git-cache.sh | sh - @@ -7,7 +8,7 @@ variables: include: - project: 'freedesktop/ci-templates' - ref: 43ac932d5b8ebf43040d302de3c6e734df178384 + ref: *ci-templates-commit file: - '/templates/ci-fairy.yml' - project: 'freedesktop/ci-templates'