fix: reset VM working tree before pull to clear stale build artifacts

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-05 23:11:18 +03:00
parent 867565cbf8
commit bdfb6a0a79

View File

@@ -65,6 +65,7 @@ fi
cd "\$REPO" cd "\$REPO"
echo "--- pulling latest ---" echo "--- pulling latest ---"
git checkout -- .
git pull --ff-only git pull --ff-only
chmod +x iso/overlay-debug/etc/init.d/* iso/overlay-debug/usr/local/bin/* chmod +x iso/overlay-debug/etc/init.d/* iso/overlay-debug/usr/local/bin/*