This is an automated email from the ASF dual-hosted git repository.

haichen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git


The following commit(s) were added to refs/heads/master by this push:
     new e7be8bf  [CI] Cleanup logfile before tutorial runs (#4896)
e7be8bf is described below

commit e7be8bf43de4c1b19ea68134812ea7b0cd8e361f
Author: Tianqi Chen <[email protected]>
AuthorDate: Sun Feb 16 15:02:39 2020 -0800

    [CI] Cleanup logfile before tutorial runs (#4896)
---
 tests/scripts/task_python_docs.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/scripts/task_python_docs.sh 
b/tests/scripts/task_python_docs.sh
index 951d1a3..d463a61 100755
--- a/tests/scripts/task_python_docs.sh
+++ b/tests/scripts/task_python_docs.sh
@@ -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
 

Reply via email to