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/netbeans-jenkins-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new f97b6a7  fix path too deep
f97b6a7 is described below

commit f97b6a784bb1c2f7b57f734fd474dd89f7dc7a11
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Tue Feb 18 23:03:17 2020 +0100

    fix path too deep
---
 vars/asfMainNetBeansBuild.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vars/asfMainNetBeansBuild.groovy b/vars/asfMainNetBeansBuild.groovy
index be49102..2c38322 100644
--- a/vars/asfMainNetBeansBuild.groovy
+++ b/vars/asfMainNetBeansBuild.groovy
@@ -175,8 +175,8 @@ def call(Map params = [:]) {
                                 def releasepath = "";
                                 if (votecandidate) {
                                     versionpath = "/${version}/vc${vote}"
-                                    platformpath = 
"/netbeans-platform/netbeans-platform${versionpath}/"
-                                    releasepath = 
"/netbeans/netbeans${versionpath}/";
+                                    platformpath = 
"/netbeans-platform${versionpath}/"
+                                    releasepath = "/netbeans${versionpath}/";
                                 }
                                 
                                 sh "mkdir -p 
${env.WORKSPACE}/dist${platformpath}"


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