This is an automated email from the ASF dual-hosted git repository.
jxie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/master by this push:
new 26e81d6 Add documentation generation to PRs (#9281)
26e81d6 is described below
commit 26e81d6e959c78286acd4d29163ecf387c0210e2
Author: Marco de Abreu <[email protected]>
AuthorDate: Tue Jan 2 18:47:15 2018 +0100
Add documentation generation to PRs (#9281)
---
Jenkinsfile | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index aee091f..934ed87 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"
}
}
}
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].