mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-05-07 02:39:36 +00:00
fix
This commit is contained in:
parent
1df386879c
commit
f528f98eb5
@ -47,9 +47,9 @@ class BuildBotIdentity(BuildBotModule):
|
|||||||
allowRules=[
|
allowRules=[
|
||||||
# util.StopBuildEndpointMatcher(role="owner"),
|
# util.StopBuildEndpointMatcher(role="owner"),
|
||||||
|
|
||||||
util.StopBuildEndpointMatcher(builders='*', role="QuasarApp"),
|
util.StopBuildEndpointMatcher(builder='*', role="QuasarApp"),
|
||||||
#util.ForceBuildEndpointMatcher(role="QuasarApp"),
|
#util.ForceBuildEndpointMatcher(role="QuasarApp"),
|
||||||
util.RebuildBuildEndpointMatcher(builders='*', role="QuasarApp"),
|
util.RebuildBuildEndpointMatcher(builder='*', role="QuasarApp"),
|
||||||
util.AnyEndpointMatcher(role="admins"),
|
util.AnyEndpointMatcher(role="admins"),
|
||||||
|
|
||||||
# util.AnyEndpointMatcher(role="QuasarApp"),
|
# util.AnyEndpointMatcher(role="QuasarApp"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user