From 6ef1b0108ebe98c58fe5e00c86de52452c817518 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 8 May 2020 10:54:31 +1000 Subject: [PATCH] gitlab CI: use the fdo ci-templates repository MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit wayland/ci-templates was moved to freedesktop/ci-templates, everything else stayed the same so the sha is still valid. Signed-off-by: Peter Hutterer Acked-by: Michel Dänzer --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 086538ccd..d18f15995 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ variables: IMAGE_LOCAL: "$CI_REGISTRY_IMAGE/debian/$DEBIAN_VERSION:$DEBIAN_TAG" include: - - project: 'wayland/ci-templates' + - project: 'freedesktop/ci-templates' ref: b7030c2cd0d6ccc5f6d4f8299bafa4daa9240d71 file: '/templates/debian.yml'