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 8e64766
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions ci/jenkins/Jenkins_steps.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -1169,26 +1169,6 @@ def test_qemu_armv7_cpu() {
}]
}

def docs_website() {
return ['Docs': {
node(NODE_LINUX_CPU) {
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}"
}
}
}
}
}]
}

def docs_julia() {
return ['Julia docs': {
node(NODE_LINUX_CPU) {
Expand Down

0 comments on commit 8e64766

Please sign in to comment.