You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2020/11/08 15:58:02 UTC

[incubator-hop-docs] branch asf-site updated: enable push

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-hop-docs.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 0146d88  enable push
0146d88 is described below

commit 0146d8801c215bb33c7dd81c209dcab1abba1669
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Sun Nov 8 16:57:50 2020 +0100

    enable push
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index b18ed32..fc05712 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -101,7 +101,7 @@ pipeline {
                     sh "cp -R $WORKSPACE/hop-user-manual/. ./hop-user-manual/"
                     sh 'git add .'
                     sh 'git commit -m "Documentation updated to $(git rev-parse --short HEAD)"'
-                    //sh 'git push origin asf-site'
+                    sh 'git push origin asf-site'
                 }
             }
        }