From 66ad1f1dd5fb2d32b91dd48abab381c1b2c3e1d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Fri, 23 Feb 2024 09:19:07 +0100 Subject: [PATCH] Forgot a line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/openshift-apps/mirrormanager/templates/buildconfig.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/openshift-apps/mirrormanager/templates/buildconfig.yml b/roles/openshift-apps/mirrormanager/templates/buildconfig.yml index 7f276fc2b6..c6c1ccebab 100644 --- a/roles/openshift-apps/mirrormanager/templates/buildconfig.yml +++ b/roles/openshift-apps/mirrormanager/templates/buildconfig.yml @@ -1,3 +1,4 @@ +{% macro load_file(filename) %}{% include filename %}{%- endmacro -%} --- # Build a derivative of the python-311 builder image with Rust added to it apiVersion: build.openshift.io/v1