From 8fdda6a383c9e3073171d48d0fd08a796a04ece9 Mon Sep 17 00:00:00 2001 From: Gleb Sizov Date: Tue, 13 Aug 2024 11:28:06 +0200 Subject: [PATCH] silence install for config manager plugin --- .github/scripts/delete-old-cloudsmith-artifacts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/delete-old-cloudsmith-artifacts.sh b/.github/scripts/delete-old-cloudsmith-artifacts.sh index 6b07e8f220d1..7968154e0990 100755 --- a/.github/scripts/delete-old-cloudsmith-artifacts.sh +++ b/.github/scripts/delete-old-cloudsmith-artifacts.sh @@ -7,7 +7,7 @@ MAX_NUMBER_OF_RELEASES=40 # Cloudsmith repo rpm --import 'https://dl.cloudsmith.io/public/vespa/open-source-rpms/gpg.0F3DA3C70D35DA7B.key' curl -1sLf 'https://dl.cloudsmith.io/public/vespa/open-source-rpms/config.rpm.txt?distro=el&codename=8' > /tmp/vespa-open-source-rpms.repo -dnf install 'dnf-command(config-manager)' +dnf install -y 'dnf-command(config-manager)' dnf config-manager --add-repo '/tmp/vespa-open-source-rpms.repo' rm -f /tmp/vespa-open-source-rpms.repo