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:
parent
f6b493f60c
commit
2c37256f65
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue