mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-29 15:14:33 +00:00
fix stop force
This commit is contained in:
parent
378076fef5
commit
15c5a6cb83
@ -24,6 +24,8 @@ def getFactory():
|
|||||||
submodules=True,
|
submodules=True,
|
||||||
name = 'git operations',
|
name = 'git operations',
|
||||||
description = 'operations of git like pull clone fetch',
|
description = 'operations of git like pull clone fetch',
|
||||||
|
doStepIf = lambda step : not isStopForce(step),
|
||||||
|
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user