check that package has been created during setup workflow

This commit is contained in:
Evgenii Alekseev 2022-12-06 11:09:56 +02:00
parent 3e299d9685
commit 00dbd90953

View File

@ -52,7 +52,7 @@ fi
# the build itself does not really work in the container
sudo -u ahriman -- ahriman package-add --now yay
# check if package was actually installed
#test -n "$(find "/var/lib/ahriman/repository/x86_64" -name "yay*pkg*")"
test -n "$(find "/var/lib/ahriman/repository/x86_64" -name "yay*pkg*")"
# run package check
sudo -u ahriman -- ahriman repo-update
# stop web service lol