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:26 UTC

[incubator-hop-docs] 04/42: fix wrong closure

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 d72b76e46a270dded437c38c6363cbdde38b7c1b
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Sun Nov 8 15:04:26 2020 +0100

    fix wrong closure
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 0d31f77..0658671 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -60,6 +60,7 @@ pipeline {
                     deleteDir()
                     sh 'git clone -b master https://github.com/apache/incubator-hop.git .'
                 }
+            }
         }
         stage('Copy project docs') {
             when {
@@ -92,7 +93,6 @@ pipeline {
                 //sh 'git add .'
                 //sh 'git commit -m "Documentation updated to $GIT_COMMIT"'
                 //sh 'git push --force origin master'
-                }
             }
         }
     }