From 4f0dcb8a7b0a19c8ed3725bfd5b92f00a07795bd Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Mon, 31 Jan 2022 09:52:03 +0000 Subject: [PATCH] schutzbot: don't start weldr API We don't use that api, so let's disable it, otherwise it might want to load repo configurations and fail; but we don't need them anayway. --- schutzbot/deploy.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/schutzbot/deploy.sh b/schutzbot/deploy.sh index da134b0..095a5d2 100755 --- a/schutzbot/deploy.sh +++ b/schutzbot/deploy.sh @@ -95,5 +95,4 @@ fi retry sudo dnf -y install koji-osbuild-tests # Start services. -sudo systemctl enable --now osbuild-composer.socket sudo systemctl enable --now osbuild-composer-api.socket