From 1c8aed4a9735aa953993501238a89ccbac620299 Mon Sep 17 00:00:00 2001 From: Evgeniy Alekseev Date: Tue, 6 Dec 2022 11:09:56 +0200 Subject: [PATCH] check that package has been created during setup workflow --- .github/workflows/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/setup.sh b/.github/workflows/setup.sh index 3378d621..25692d41 100755 --- a/.github/workflows/setup.sh +++ b/.github/workflows/setup.sh @@ -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