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

Commit

Permalink
fix doc build on ci (#6638)
Browse files Browse the repository at this point in the history
  • Loading branch information
mli authored and piiswrong committed Jun 10, 2017
1 parent 514d721 commit d75ef8e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -352,12 +352,11 @@ stage('Integration Test') {
}

stage('Deploy') {
parallel 'Doc': {
node('linux') {
ws('workspace/docs') {
if (env.BRANCH_NAME == "master") {
sh "make docs"
}
node('linux') {
ws('workspace/docs') {
if (env.BRANCH_NAME == "master") {
init_git()
sh "make docs"
}
}
}
Expand Down

0 comments on commit d75ef8e

Please sign in to comment.