This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/netbeans-antora.git


The following commit(s) were added to refs/heads/main by this push:
     new ecddf0f  Update Jenkinsfile
ecddf0f is described below

commit ecddf0f161df00066c999b43e7e0d1c2575f778a
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Tue Oct 17 13:53:43 2023 +0200

    Update Jenkinsfile
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index d8b3d73..5494e43 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,7 +17,7 @@ pipeline {
                 dir('build/site') {
                    //sh 'git checkout asf-staging'             
                    sh 'git status'
-                    sh 'git rm -r .'
+                    sh 'git rm -r . --ignore-unmatch'
                 }
 
                 sh 'npm run clean-install'


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to