create archery file for debugging gitea actions
All checks were successful
App Image CI / Build app image (push) Successful in -1m22s
Docker Image CI / Build build images (arch) (push) Successful in 20s
Docker Image CI / Build build images (artix) (push) Successful in -29s
NPM Audit Check / Check NPM audit (push) Successful in -2m11s

This commit is contained in:
2025-10-28 12:57:20 -05:00
parent 5a16695338
commit 7b51f818d7

View File

@@ -40,6 +40,7 @@ if [ ! -d "$DIR" ]; then
git clone "$REPO" "$DIR" || exit $?
fi
cd "$DIR" && \
touch archery && \
checkoutCommit && \
applyPatch && \
sudo pacman -Syu --noconfirm --noprogressbar &&\