mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-05-07 02:39:36 +00:00
fix npm prop
This commit is contained in:
parent
2d888f6d7f
commit
78def67be8
@ -94,5 +94,10 @@ def getPropertyes():
|
|||||||
name = 'stopForce',
|
name = 'stopForce',
|
||||||
label = 'Stop Force',
|
label = 'Stop Force',
|
||||||
default = False
|
default = False
|
||||||
|
),
|
||||||
|
util.BooleanParameter(
|
||||||
|
name = 'showLog',
|
||||||
|
label = 'show logs of the docker',
|
||||||
|
default = False
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user