Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fix(remote-server): filter output to master on NEB category only (#7695)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinsivy committed Jul 16, 2019
1 parent ea72269 commit 1162573
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,22 @@ public static function getConfiguration(): array
'config_group_id' => '3',
'grp_level' => '0',
],
[
'config_key' => 'filters',
'config_value' => '',
'config_group' => 'output',
'config_group_id' => '3',
'grp_level' => '0',
'subgrp_id' => '1',
],
[
'config_key' => 'category',
'config_value' => 'neb',
'config_group' => 'output',
'config_group_id' => '3',
'grp_level' => '1',
'parent_grp_id' => '1',
],
];
}
}

0 comments on commit 1162573

Please sign in to comment.