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 307237a3c0983c8c6aeea5eebe41fecbaad3da6b Author: Hans Van Akelyen <[email protected]> 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') {
