4
0
mirror of https://github.com/QuasarApp/QuasarAppCI.git synced 2025-05-10 04:09:36 +00:00
This commit is contained in:
Andrei Yankovich 2019-12-26 17:14:05 +03:00
parent 43faebf752
commit 16a21c1c0d

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