From 7e0ea955766584c2129bd0d01fee9b4aafd7e84b Mon Sep 17 00:00:00 2001
From: Henrik Triem <henrik.triem@netways.de>
Date: Mon, 10 Jan 2022 11:15:20 +0100
Subject: [PATCH] Make amzn OS work in testing

---
 icinga-build-rpm-test | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/icinga-build-rpm-test b/icinga-build-rpm-test
index 73b55fa..6e7790c 100755
--- a/icinga-build-rpm-test
+++ b/icinga-build-rpm-test
@@ -8,7 +8,7 @@ repository="${WORKDIR}/${BUILDDIR}"/RPMS
 
 # Preparing local repository
 case "$ICINGA_BUILD_OS" in
-  centos|fedora|rhel)
+  centos|fedora|rhel|amzn)
     (
       set -ex
       createrepo "$repository"
-- 
GitLab