This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop-website.git
The following commit(s) were added to refs/heads/master by this push:
new 50013aa Add recursive delete
50013aa is described below
commit 50013aa88c2d6e76c2600b8eda5172e6f4ebe8f2
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Fri Oct 23 15:06:48 2020 +0200
Add recursive delete
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 56c82de..ea1dc17 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -110,7 +110,7 @@ pipeline {
dir('deploy/staging') {
deleteDir()
sh 'git clone -b asf-site
https://gitbox.apache.org/repos/asf/incubator-hop-website.git .'
- sh 'git rm -f --ignore-unmatch .'
+ sh 'git rm -rf --ignore-unmatch .'
sh "cp -R $WORKSPACE/hop-website/public/. ."
sh "cp $WORKSPACE/hop-website/.asf.yaml ."
sh 'git add .'