You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by mc...@apache.org on 2020/11/18 10:20:41 UTC

[incubator-hop-docs] 19/42: enable push

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

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

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'
                 }
             }
        }