mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-10-29 18:12:34 +00:00
cicd: Fix http upload path.
This commit is contained in:
@@ -86,11 +86,11 @@ for ($j = 0; $j<@ttypes; $j++) {
|
||||
print ("Running kpi: $cmd\n");
|
||||
`$cmd`;
|
||||
`rm $ln`;
|
||||
$cmd = "scp -C -r $process $ul_dest/$tbed/$ttype/";
|
||||
$cmd = "scp -C -r $process $ul_dest/$tbed/";
|
||||
print "Uploading: $cmd";
|
||||
`$cmd`;
|
||||
if ($other_ul_dest ne "") {
|
||||
$cmd = "scp -C -r $process $other_ul_dest/$tbed/$ttype/";
|
||||
$cmd = "scp -C -r $process $other_ul_dest/$tbed/";
|
||||
print "Uploading to secondary location: $cmd";
|
||||
`$cmd`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user