From bdfb6a0a79791defcd4feb18fd0cbb8bc65a22fc Mon Sep 17 00:00:00 2001 From: Michael Chus Date: Thu, 5 Mar 2026 23:11:18 +0300 Subject: [PATCH] fix: reset VM working tree before pull to clear stale build artifacts Co-Authored-By: Claude Sonnet 4.6 --- scripts/run-builder.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/run-builder.sh b/scripts/run-builder.sh index 548cf29..640ee19 100755 --- a/scripts/run-builder.sh +++ b/scripts/run-builder.sh @@ -65,6 +65,7 @@ fi cd "\$REPO" echo "--- pulling latest ---" +git checkout -- . git pull --ff-only chmod +x iso/overlay-debug/etc/init.d/* iso/overlay-debug/usr/local/bin/*