mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-05-12 13:19:37 +00:00
change name of scheduler
This commit is contained in:
parent
3059a0cbb4
commit
9269a1613e
@ -40,7 +40,7 @@ class BuildBotShedulers(BuildBotModule):
|
||||
|
||||
self.masterConf['schedulers'] += [
|
||||
schedulers.AnyBranchScheduler(
|
||||
name='github',
|
||||
name='githubTest',
|
||||
builderNames=buildersCode,
|
||||
properties={
|
||||
'clean': True,
|
||||
@ -52,7 +52,7 @@ class BuildBotShedulers(BuildBotModule):
|
||||
),
|
||||
|
||||
schedulers.AnyBranchScheduler(
|
||||
name='github',
|
||||
name='githubDeploy',
|
||||
builderNames=buildersDeployCode,
|
||||
properties={
|
||||
'clean': True,
|
||||
|
Loading…
x
Reference in New Issue
Block a user