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/12 19:43:49 UTC

[incubator-hop-docs] 07/18: fix folders

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

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

commit 4e5560fe3ad57cf7a6c39a6d33d8035557c97fd9
Author: Hans Van Akelyen <ha...@gmail.com>
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') {