Skip to content

Commit

Permalink
try fixing dirty [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Apon77 committed Apr 27, 2023
1 parent d8a9044 commit 5d01329
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ci/tsync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,9 @@ else
repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j$(nproc --all)
fi
rm -rf sync.log

dirty_dirs="prebuilts/clang/host/linux-x86"
for dir in $dirty_dirs
do
[[ -n $(git -C "$dir" status -s) ]] && (rm -rf "$dir"; repo sync "$dir")
done

0 comments on commit 5d01329

Please sign in to comment.