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

[incubator-hop-docs] 08/42: leave tmp dir for delete

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

    leave tmp dir for delete
---
 Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 1b6ae0a..7fd5685 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -87,6 +87,7 @@ pipeline {
                         mkdir -p ../hop-user-manual/modules/ROOT/pages$FILEPATH && cp $f ../hop-user-manual/modules/ROOT/pages$FILEPATH;
                     fi
                     done
+                    cd ..
                     rm -rf ./tmp
                     rm -rf ./hop
                 '''