This is an automated email from the ASF dual-hosted git repository.
skygo pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-netbeans-mavenutils.git
The following commit(s) were added to refs/heads/master by this push:
new 6c92b51 cleanup git folder to avoid old content
6c92b51 is described below
commit 6c92b5177127e3ecf316c25163aa38d32a09247e
Author: Eric Barboni <[email protected]>
AuthorDate: Fri Nov 2 17:12:59 2018 +0100
cleanup git folder to avoid old content
---
Jenkinsfile-site.groovy | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Jenkinsfile-site.groovy b/Jenkinsfile-site.groovy
index 780bdca..6001430 100644
--- a/Jenkinsfile-site.groovy
+++ b/Jenkinsfile-site.groovy
@@ -44,7 +44,9 @@ pipeline {
sh 'git checkout asf-site'
sh 'git fetch origin asf-site'
sh 'git pull origin asf-site'
- sh "rm -rf content/mavenutils/"
+ // remove mavenutils git will see what change later
+ sh 'rm -rf content/mavenutils/'
+ sh 'mkdir -p content/mavenutils'
}
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists