Skip to content

Commit

Permalink
Remove duplicate rename_build_result call
Browse files Browse the repository at this point in the history
Broken in commit 4fecb72
  • Loading branch information
mlschroe committed Oct 16, 2024
1 parent 069bae0 commit 3e5bdc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PBuild/Job.pm
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,6 @@ sub finishjob {
my $result = { '_log' => "$buildroot/.build.log" };
return ('failed', $result);
}
rename_build_result($vm, $buildroot);
my $result = collect_result($p, $buildroot);
$result->{'_log'} = "$buildroot/.build.log";
return ('succeeded', $result);
Expand Down

0 comments on commit 3e5bdc9

Please sign in to comment.