Unverified Commit e7be8bf4 by Tianqi Chen Committed by GitHub

[CI] Cleanup logfile before tutorial runs (#4896)

parent 529ee1fe
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment