From e4db49d467e027364237c925a367e368213aa8bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Fri, 20 Nov 2020 10:30:32 +0100 Subject: [PATCH] ci: Bump ci-templates to include registry path fix ci-templates had a bug where it failed to find the ready-built container images on the upstream repository due to invalid assumptions about the relationship between upstream repository and image registry. This resulted in the container image to be rebuilt, wasting valuable CPU cycles and storage space. Bump the included ci-templates template to include the fix for this. See https://gitlab.freedesktop.org/freedesktop/ci-templates/-/issues/22. Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dbe028348..5c892c82a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ include: - - remote: 'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/5bc02d91b97b835099c28c54409c3438e52b4d21/templates/fedora.yml' + - remote: 'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/97556201e6e0e30554ee93249f5287be826be718/templates/fedora.yml' stages: - prepare