From 2259b4517489cd536a75e728b04d9e24a0d26476 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michel=20D=C3=A4nzer?= Date: Fri, 6 Sep 2019 17:01:50 +0200 Subject: [PATCH] gitlab-ci: Reference full ci-templates commit hash 8 digits might become ambiguous at some point. Reviewed-by: Eric Engestrom --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index db99a1f..00a09e4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ variables: include: - project: 'wayland/ci-templates' - ref: 1f7f57c6 + ref: 1f7f57c64ff4ebbf7292e3b7a13600518b8cb24c file: '/templates/debian.yml' stages: -- 2.7.4