Unverified Commit f2b9ec4a by Tianqi Chen Committed by GitHub

Update the tarball deployment. (#5120)

parent dbc861bc
......@@ -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"
}
}
......
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