Skip to content

Commit

Permalink
trying fixing dirty 3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Apon77 committed Apr 28, 2023
1 parent 9a16fbe commit c60fe04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/tsync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ 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)
[[ -n $(git -C "$dir" status -s) ]] && (rm -rf "$dir"; repo sync) || true
done

0 comments on commit c60fe04

Please sign in to comment.