4
0
mirror of https://github.com/QuasarApp/QuasarAppCI.git synced 2025-05-06 02:09:36 +00:00

fix npm prop

This commit is contained in:
Andrei Yankovich 2019-07-27 21:07:21 +03:00
parent 2d888f6d7f
commit 78def67be8

@ -94,5 +94,10 @@ def getPropertyes():
name = 'stopForce',
label = 'Stop Force',
default = False
),
util.BooleanParameter(
name = 'showLog',
label = 'show logs of the docker',
default = False
)
]