From 40c3605bb51b5d2816c2698faa1b1672a3298450 Mon Sep 17 00:00:00 2001
From: Alexander Wellbrock <a.wellbrock@mailbox.org>
Date: Thu, 14 Jan 2021 14:52:04 +0100
Subject: [PATCH] Change from remote to project include

Use the project include to get around the remote include failure.

This will fail at first, since the MR for 2.0.0 is not yet merged.
---
 .gitlab-ci.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a17d136..fd4d4b6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,9 @@
 include:
-  remote: https://git.shivering-isles.com/container-library/build-ah-engine/-/raw/feature/multiarch/gitlab-ci-template.yml
+  - project: 'container-library/build-ah-engine'
+    ref: 2.0.0
+    file: '/gitlab-ci-template.yml'
 
 variables:
   GIT_SUBMODULE_STRATEGY: 'recursive'
   CI_CONTAINER_BUILD_ARCHS: "amd64:arm64"
-  CI_REGISTRY_IMAGE_VERSION: "0.5.2 --suffix=-1"
+  CI_REGISTRY_IMAGE_VERSION: "0.5.2"
-- 
GitLab