Add missing '^' to github replication pattern
This is required when using patterns to match projects and we missed it in the original patch. Change-Id: I973fd1d0a981de9bcaea80b111fba369ce6c4017
This commit is contained in:
parent
c5698ead6a
commit
df8452a21c
@ -244,7 +244,7 @@ class openstack_project::review (
|
|||||||
replicatePermissions => false,
|
replicatePermissions => false,
|
||||||
mirror => true,
|
mirror => true,
|
||||||
projects => [
|
projects => [
|
||||||
'openstack/(?!ara$|ara-web$|ara-infra$).*',
|
'^openstack/(?!ara$|ara-web$|ara-infra$).*',
|
||||||
'openstack-dev/*',
|
'openstack-dev/*',
|
||||||
'openstack-infra/*',
|
'openstack-infra/*',
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user