4
0
mirror of https://github.com/QuasarApp/QuasarAppCI.git synced 2025-05-03 16:59:37 +00:00

fix sheduller for npm

This commit is contained in:
Andrei Yankovich 2019-07-24 12:19:57 +03:00
parent ac428396fa
commit da57a04c27

@ -43,7 +43,7 @@ class buildBotShedulers(BuildBotModule):
),
schedulers.SingleBranchScheduler(
name='NPM Deployer',
change_filter=util.ChangeFilter(branch='master', project='Chat-npm'),
change_filter=util.ChangeFilter(branch='master', project='npm-Chat'),
builderNames=['NPM'],
properties = {},
treeStableTimer = None