From 2d54de2cece9b74e6d659e4974cc17465a7c8866 Mon Sep 17 00:00:00 2001 From: Alexander Wellbrock <a.wellbrock@mailbox.org> Date: Fri, 15 Jan 2021 20:12:01 +0100 Subject: [PATCH] CI: switch build-ah-engine template version Use the to-be released branch for 2.0.0 instead. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fd4d4b6..0944c84 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ include: - project: 'container-library/build-ah-engine' - ref: 2.0.0 + ref: feature/multiarch file: '/gitlab-ci-template.yml' variables: -- GitLab