You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2020/02/18 22:03:45 UTC

[netbeans-jenkins-lib] branch master updated: fix path too deep

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-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

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