From 351a0bc6ccffb4a1fbb7b593428df6145dbd5a1968a75aecda15b6fa6b920835 Mon Sep 17 00:00:00 2001 From: Atanas Dinov Date: Thu, 21 Nov 2024 17:29:29 +0200 Subject: [PATCH] Fix service param definitions --- release-manifest-image/_service | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/release-manifest-image/_service b/release-manifest-image/_service index d9e13b3..7c9a7b4 100644 --- a/release-manifest-image/_service +++ b/release-manifest-image/_service @@ -6,11 +6,15 @@ IMG_PREFIX IMG_REPO=$(rpm --macros=/root/.rpmmacros -E %img_repo) IMG_REPO + SUPPORT_LEVEL=$(rpm --macros=/root/.rpmmacros -E %support_level) + SUPPORT_LEVEL + + + IMG_PREFIX=$(rpm --macros=/root/.rpmmacros -E %{?img_prefix}) + IMG_PREFIX release_manifest.yaml CHART_REPO=$(rpm --macros=/root/.rpmmacros -E %chart_repo) CHART_REPO - SUPPORT_LEVEL=$(rpm --macros=/root/.rpmmacros -E %support_level) - SUPPORT_LEVEL CHART_MAJOR=$(rpm --macros=/root/.rpmmacros -E %{?chart_major}) CHART_MAJOR