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.git
The following commit(s) were added to refs/heads/master by this push:
new f2b9ec4 Update the tarball deployment. (#5120)
f2b9ec4 is described below
commit f2b9ec4a53eac47fafe5d87691d0680f5bb8d41d
Author: Tianqi Chen <[email protected]>
AuthorDate: Sun Mar 22 09:08:46 2020 -0700
Update the tarball deployment. (#5120)
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index b031af5..e4dde34 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -350,7 +350,7 @@ stage('Deploy') {
ws(per_exec_ws("tvm/deploy-docs")) {
if (env.BRANCH_NAME == "master") {
unpack_lib('mydocs', 'docs.tgz')
- sh "cp docs.tgz -C /var/docs/docs.tgz"
+ sh "cp docs.tgz /var/docs/docs.tgz"
sh "tar xf docs.tgz -C /var/docs"
}
}