From 8e9946ef7f20848a7aa87112dfbb3fd078744b6e Mon Sep 17 00:00:00 2001 From: Paul Bauer Date: Sat, 22 Feb 2020 13:31:41 +0100 Subject: [PATCH] Fix clang-6 image template Overlooked this when merging 1093dfa9ba24329162179a3fcbcbb8c491ab9543. Change-Id: I85d5b852ab5d565289d64dd21ade09dabd4115c4 --- admin/ci-templates/.image-templates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/ci-templates/.image-templates.yml b/admin/ci-templates/.image-templates.yml index ff5a9cf776..cfd568de30 100644 --- a/admin/ci-templates/.image-templates.yml +++ b/admin/ci-templates/.image-templates.yml @@ -11,7 +11,7 @@ image: gromacs/continuous-integration:ci-gcc-8 .clang6-template: - image: gromacs/continuous-integration:ci-clang-6.0 + image: gromacs/continuous-integration:ci-clang-6 .clang7-template: image: gromacs/continuous-integration:ci-clang-7 -- 2.11.4.GIT