mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-05-07 18:59:36 +00:00
fix default props
This commit is contained in:
parent
c8bc24f8c6
commit
e699dea90c
@ -74,7 +74,8 @@ class BuildBotShedulers(BuildBotModule):
|
||||
change_filter=util.ChangeFilter(branch="prod"),
|
||||
builderNames=buildersReleaseCode,
|
||||
properties={
|
||||
'copyFolder': 'Distro'
|
||||
'copyFolder': 'Distro',
|
||||
'prodName': 'prod.deb'
|
||||
},
|
||||
treeStableTimer=1200
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user