Skip to content

Commit

Permalink
[ci] Fix docs deploy
Browse files Browse the repository at this point in the history
The PR apache#13300 had a bad merge with main an undid a fix from apache#13442, this
adds it back in.
  • Loading branch information
driazati committed Dec 7, 2022
1 parent 3e42506 commit f12d4bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
9 changes: 4 additions & 5 deletions ci/jenkins/generated/gpu_jenkinsfile.groovy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion ci/jenkins/templates/gpu_jenkinsfile.groovy.j2
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,10 @@ def deploy() {
ws="tvm/deploy-docs",
) %}
init_git()
{{ m.download_artifacts(tag='docs') }}
sh(
script: "./${jenkins_scripts_root}/s3.py --action download --bucket ${s3_bucket} --prefix ${s3_prefix}/docs --items docs.tgz",
label: 'Download docs folder from S3',
)
deploy_docs()
{% endcall %}
)
Expand Down

0 comments on commit f12d4bc

Please sign in to comment.