ci: use api socket, not koji socket

Instead of installing and enabling the koji socket, use the new
api socket. The koji socket is not properly wired up anymore
and any attempt to actually use it with hang.
This commit is contained in:
Christian Kellner 2020-11-10 11:10:24 +01:00
parent f6b493f60c
commit 2c37256f65

View file

@ -62,8 +62,8 @@ sudo cp mock.repo /etc/yum.repos.d/
sudo cp schutzbot/repos/${ID}/${VERSION_ID}/* /etc/yum.repos.d/
# Install the Image Builder packages and the koji cli plugin.
retry sudo dnf -y install osbuild-composer-koji koji-osbuild-cli
retry sudo dnf -y install osbuild-composer koji-osbuild-cli
# Start services.
sudo systemctl enable --now osbuild-composer.socket
sudo systemctl enable --now osbuild-composer-koji.socket
sudo systemctl enable --now osbuild-composer-api.socket