forked from lix-project/hydra
hydra: remove debug statement
This commit is contained in:
parent
4fdd011b2d
commit
6bb569387a
|
@ -776,7 +776,6 @@ sub restartBuild {
|
||||||
my $paths = "";
|
my $paths = "";
|
||||||
foreach my $bs ($build->buildsteps) {
|
foreach my $bs ($build->buildsteps) {
|
||||||
$paths = $paths . " " . $bs->outpath;
|
$paths = $paths . " " . $bs->outpath;
|
||||||
print STDERR $paths . "\n";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
my $r = `nix-store --clear-failed-paths $paths $outpath`;
|
my $r = `nix-store --clear-failed-paths $paths $outpath`;
|
||||||
|
|
Loading…
Reference in a new issue