groups/locations: add doc
This commit is contained in:
parent
55f304f1e1
commit
a5088a5358
1 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,11 @@ groups['home'] = {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
groups['doc'] = {
|
||||||
|
'member_patterns': {
|
||||||
|
r"doc\..*",
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
groups['gce'] = {
|
groups['gce'] = {
|
||||||
'bundles': {
|
'bundles': {
|
||||||
|
|
Loading…
Reference in a new issue