You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2020/03/22 16:08:59 UTC

[incubator-tvm] branch master updated: Update the tarball deployment. (#5120)

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 <tq...@users.noreply.github.com>
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"
         }
       }