From 617f1afb5cf4a28fcd95e8e319641a70e1b4e93c Mon Sep 17 00:00:00 2001 From: Drew Reed Date: Fri, 2 Jun 2023 13:56:55 +0000 Subject: [PATCH] ci: Update to template version v1.4.3 To allow us to pick up the fetch file fix in the templates we need to move to a newer version. Signed-off-by: Drew Reed --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0eecee4..5e8d338 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,7 @@ variables: # include jobs include: - project: $PIPELINE_TEMPLATE_PROJECT - ref: v1.4.2 + ref: v1.4.3 file: - gitlab-ci/common_gitlab-ci.yml - gitlab-ci/docker-image-base_gitlab-ci.yml -- GitLab