From c0e8990e65b27412c64654794cb20e79552e5ed7 Mon Sep 17 00:00:00 2001 From: Alex Richardson Date: Thu, 5 Aug 2021 17:37:26 +0100 Subject: [PATCH] gitlab-ci: Fix copy-paste error in a comment Signed-off-by: Alex Richardson --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f40674d..748e394 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ -# This file uses the freedesktop ci-templates to build Weston and run our +# This file uses the freedesktop ci-templates to build Wayland and run our # tests in CI. -# +# # ci-templates uses a multi-stage build process. First, the base container # image is built which contains the core distribution, the toolchain, and # all our build dependencies. This container is aggressively cached; if a -- 2.7.4