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

[incubator-hop-docs] 06/18: fix folder definition

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 307237a3c0983c8c6aeea5eebe41fecbaad3da6b
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Sun Nov 8 15:09:29 2020 +0100

    fix folder definition
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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