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

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmarkham committed Aug 13, 2019
1 parent e9a80ff commit d7fa653
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/jenkins/Jenkins_steps.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -1536,7 +1536,7 @@ def docs_prepare() {
unstash 'clojure-artifacts'

utils.docker_run('ubuntu_cpu_jekyll', 'build_docs', false)
utils.pack_lib('full_website', 'docs/_build/full_website.tgz', false)
//utils.pack_lib('full_website', 'docs/_build/full_website.tgz', false)
archiveArtifacts 'docs/build_version_doc/artifacts.tgz'
// TODO: Make sure this 'test-website-publish' understand the new structure
}
Expand All @@ -1552,7 +1552,7 @@ def docs_publish() {
ws('workspace/docs') {
timeout(time: max_time, unit: 'MINUTES') {
//utils.init_git()
unstash 'full_website'
//unstash 'full_website'
//sh 'tar -xzf docs/_build/full_website.tgz --directory .'
// TODO: Make sure this 'test-website-publish' understand the new structure
try {
Expand Down

0 comments on commit d7fa653

Please sign in to comment.