From c260d57750dada26d675218dac997333d41368d1 Mon Sep 17 00:00:00 2001 From: Alex Richardson Date: Tue, 27 Jul 2021 14:00:38 +0100 Subject: [PATCH] gitlab-ci: update ci-templates to the latest commit This is in preparation for adding FreeBSD CI support. Signed-off-by: Alex Richardson --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c8fdf09..a59dc76 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,7 @@ # API changes. If you need new features from ci-templates you must bump # this to the current SHA you require from the ci-templates repo, however # be aware that you may need to account for API changes when doing so. -.templates_sha: &template_sha 290b79e0e78eab67a83766f4e9691be554fc4afd # see https://docs.gitlab.com/ee/ci/yaml/#includefile +.templates_sha: &template_sha 567700e483aabed992d0a4fea84994a0472deff6 # see https://docs.gitlab.com/ee/ci/yaml/#includefile include: # Debian container builder template -- 2.7.4