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 4dc3c162e91c6369dd2233583586ab98a5e22009 Author: Hans Van Akelyen <[email protected]> AuthorDate: Sun Nov 8 16:55:02 2020 +0100 fix typo --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index cd83504..b18ed32 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -96,7 +96,7 @@ pipeline { deleteDir() sh 'git clone -b asf-site https://gitbox.apache.org/repos/asf/incubator-hop-docs.git .' sh "cp -R $WORKSPACE/hop-dev-manual/. ./hop-dev-manual/" - sh "cp -R $WORKSPACE/hop-resources-manual/. ./hop-resources-manual/" + sh "cp -R $WORKSPACE/hop-doc-resources/. ./hop-doc-resources/" sh "cp -R $WORKSPACE/hop-tech-manual/. ./hop-tech-manual/" sh "cp -R $WORKSPACE/hop-user-manual/. ./hop-user-manual/" sh 'git add .'
