ci: keep the scons cache in the runner workspace instead of the device's

This commit is contained in:
Jason Wen
2026-08-17 22:14:30 -04:00
parent 7211f09fa9
commit e1a76b4bef
2 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ git fetch origin $DEV_BRANCH || (git checkout -b $DEV_BRANCH && git commit --all
echo "[-] committing version $VERSION T=$SECONDS"
git add -f .
# a gitlink here publishes a tree devices cannot resolve
# gitlinks break the release tree on device
if git ls-files -s | awk '$1 == "160000" { found = 1; print } END { exit !found }'; then
echo "Error: submodules found in release tree."
exit 1