DLAGENTS: Fix verifier git in-progress abortion

Signed-off-by: shadichy <shadichy@blisslabs.org>
This commit is contained in:
shadichy 2025-11-05 00:14:10 +07:00
parent 03256be1cb
commit aaaa03dac2
No known key found for this signature in database
GPG key ID: EB6C21CD35431C3E

View file

@ -82,10 +82,9 @@ verify_dest() {
# Abort any in-progress tasks
git am --abort ||
git apply --abort ||
git merge --abort ||
git rebase --abort ||
git cherrypick --abort || :
git cherry-pick --abort || :
# Update the existing shallow clone
update_src