Skip to content
Snippets Groups Projects
Commit c35d8d1b authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix publish on foundation server

parent b16ef1b4
Branches
Tags
No related merge requests found
...@@ -1159,10 +1159,13 @@ if ($nboftargetok) { ...@@ -1159,10 +1159,13 @@ if ($nboftargetok) {
if ($target eq 'SF') { if ($target eq 'SF') {
$destFolder="$NEWPUBLISH/$filestoscan{$file}/".$MAJOR.'.'.$MINOR.'.'.$BUILD; $destFolder="$NEWPUBLISH/$filestoscan{$file}/".$MAJOR.'.'.$MINOR.'.'.$BUILD;
} }
elsif ($target eq 'ASSO' && $NEWPUBLISH =~ /stable/) { elsif ($target eq 'ASSO' and $NEWPUBLISH =~ /stable/) {
$destFolder="$NEWPUBLISH/$filestoscanstableasso{$file}"; $destFolder="$NEWPUBLISH/$filestoscanstableasso{$file}";
} }
else elsif ($target eq 'ASSO' and $NEWPUBLISH !~ /stable/) {
$destFolder="$NEWPUBLISH";
}
else # No more used
{ {
$dirnameonly=$file; $dirnameonly=$file;
$dirnameonly =~ s/.*\/([^\/]+)\/[^\/]+$/$1/; $dirnameonly =~ s/.*\/([^\/]+)\/[^\/]+$/$1/;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment