Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Temporarily disable website builds
Browse files Browse the repository at this point in the history
  • Loading branch information
KellenSunderland committed Jan 15, 2019
1 parent 4fe5461 commit 6e5ae13
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ci/jenkins/Jenkins_steps.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -1175,14 +1175,6 @@ def docs_website() {
ws('workspace/docs') {
timeout(time: max_time, unit: 'MINUTES') {
utils.init_git()
utils.docker_run('ubuntu_cpu', 'deploy_docs', false)

master_url = utils.get_jenkins_master_url()
if ( master_url == 'jenkins.mxnet-ci.amazon-ml.com') {
sh "ci/other/ci_deploy_doc.sh ${env.BRANCH_NAME} ${env.BUILD_NUMBER}"
} else {
print "Skipping staging documentation publishing since we are not running in prod. Host: {$master_url}"
}
}
}
}
Expand Down

0 comments on commit 6e5ae13

Please sign in to comment.