You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/01/02 17:47:19 UTC

[GitHub] piiswrong closed pull request #9281: Add documentation generation to PRs

piiswrong closed pull request #9281: Add documentation generation to PRs
URL: https://github.com/apache/incubator-mxnet/pull/9281
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/Jenkinsfile b/Jenkinsfile
index aee091f0d8..934ed87b1a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -554,11 +554,9 @@ try {
   stage('Deploy') {
     node('mxnetlinux-cpu') {
       ws('workspace/docs') {
-        if (env.BRANCH_NAME == "master") {
-          init_git()
-          sh "make clean"
-          sh "make docs"
-        }
+        init_git()
+        sh "make clean"
+        sh "make docs"
       }
     }
   }


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services