mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 15:27:17 +00:00
check that package has been created during setup workflow
This commit is contained in:
parent
2e059023f3
commit
1c8aed4a97
2
.github/workflows/setup.sh
vendored
2
.github/workflows/setup.sh
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user