last debug info
All checks were successful
App Image CI / Build app image (push) Successful in -1m24s
Docker Image CI / Build build images (arch) (push) Successful in 1s
Docker Image CI / Build build images (artix) (push) Successful in -28s
NPM Audit Check / Check NPM audit (push) Successful in -2m10s

This commit is contained in:
2025-10-28 13:07:59 -05:00
parent 7b51f818d7
commit 3b5ff4cf41

View File

@@ -41,8 +41,10 @@ if [ ! -d "$DIR" ]; then
fi
cd "$DIR" && \
touch archery && \
ls -al && \
checkoutCommit && \
applyPatch && \
sudo pacman -Syu --noconfirm --noprogressbar &&\
makepkg -smf --noconfirm --noprogressbar --skippgpcheck --noarchive
makepkg -smf --noconfirm --noprogressbar --skippgpcheck --noarchive && \
ls -al
exit $?;