chore(aur_test): run commands non interactively

This commit is contained in:
Erica Marigold 2024-04-22 11:56:45 +05:30 committed by GitHub
parent 61cdb788d8
commit 9745c7f92a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ do
echo "##### Building $package #####"
echo "#############################"
cd "$package" && makepkg -s || exit 1
cd "$package" && makepkg -s --noconfirm || exit 1
cd "$root_dir"
done