Skip to content

Commit

Permalink
[CI] Cleanup logfile before tutorial runs (#4896)
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen authored Feb 16, 2020
1 parent 529ee1f commit e7be8bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/scripts/task_python_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ rm -rf docs/_build/html/javadoc
rm -rf docs/tutorials
rm -rf docs/vta/tutorials

# cleanup stale log files
find . -type f -path "*.log" | xargs rm -f

# C++ doc
make doc

Expand Down

0 comments on commit e7be8bf

Please sign in to comment.