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 b9d5e9d  wrong github url
b9d5e9d is described below

commit b9d5e9dded448c022322d9ec035462a9b3df8518
Author: Eric Barboni <[email protected]>
AuthorDate: Thu Jan 18 14:19:38 2024 +0100

    wrong github url
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 21d0102..659a2f4 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -19,7 +19,7 @@ pipeline {
                     sh 'git rm -r . --ignore-unmatch'
                 }
                 sh 'rm -rf uibuild'
-                sh 'git clone --depth 1  
https://github.com/main/netbeans-antora-ui.git uibuild'
+                sh 'git clone --depth 1  
https://github.com/apache/netbeans-antora-ui.git uibuild'
                 dir('uibuild') {
                     sh 'npm --cache=.cache/npm install '
                     sh 'npm --cache=.cache/npm run gulp -- bundle'


---------------------------------------------------------------------
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

Reply via email to