This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm-site.git
The following commit(s) were added to refs/heads/master by this push:
new c94f5d1 Fix the docs update script.
c94f5d1 is described below
commit c94f5d1228dd1124134973700ebe55fab8ee556d
Author: tqchen <[email protected]>
AuthorDate: Mon Mar 30 10:07:09 2020 -0700
Fix the docs update script.
---
scripts/task_docs_update.sh | 2 --
1 file changed, 2 deletions(-)
diff --git a/scripts/task_docs_update.sh b/scripts/task_docs_update.sh
index 54ec667..ca66908 100755
--- a/scripts/task_docs_update.sh
+++ b/scripts/task_docs_update.sh
@@ -2,7 +2,6 @@
# Deploy the docs to the asf-site branch.
set -e
set -u
-set -o pipefail
cleanup()
{
@@ -21,7 +20,6 @@ fi
cp .gitignore .gitignore.bak
git checkout asf-site
-
# remove all docs files
git ls-files | grep -e ^docs | xargs rm -f
cp .gitignore.bak .gitignore