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 4e5560fe3ad57cf7a6c39a6d33d8035557c97fd9
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Sun Nov 8 15:12:17 2020 +0100

    fix folders
---
 Jenkinsfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index eed3294..1b6ae0a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -68,8 +68,7 @@ pipeline {
             }
             steps {
                     sh 'mkdir ./tmp'
-                    sh 'cd hop'
-                    sh "find ./ -name '*.adoc' -exec cp -prv --parents '{}' 
'../tmp/' ';'"
+                    sh "find ./hop -name '*.adoc' -exec cp -prv --parents '{}' 
'./tmp/' ';'"
             }
         }
         stage('Process Docs') {

Reply via email to