Remove per-platform links from the job page
Having different builds within a job is obsolete (issue #60), one should have different job per platform (e.g. build.x86_64-linux).
This commit is contained in:
@ -36,8 +36,6 @@ sub overview : Chained('job') PathPart('') Args(0) {
|
||||
, '+as' => ['enabled']
|
||||
}
|
||||
) ];
|
||||
|
||||
$c->stash->{systems} = [$c->stash->{job}->builds->search({iscurrent => 1}, {select => ["system"], distinct => 1})];
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user