From 15422f41ebf779ceb8471293a34d8e50a77e9dad Mon Sep 17 00:00:00 2001 From: Pierre Ozoux Date: Thu, 6 Jan 2022 17:52:12 +0000 Subject: [PATCH] Fixes ci include. --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a3b65d..6b87d19 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,5 +6,7 @@ stages: - deploy include: -- remote: 'https://lab.libreho.st/libre.sh/pipelines/-/raw/main/hugo_build.yml' -- remote: 'https://lab.libreho.st/libre.sh/pipelines/-/raw/main/mirror_folder_to_s3.yml' + - project: 'libre.sh/pipelines' + file: '/hugo_build.yml' + - project: 'libre.sh/pipelines' + file: '/mirror_folder_to_s3.yml' -- GitLab