fix stop force

This commit is contained in:
Andrei Yankovich 2019-07-23 17:17:08 +03:00
parent 378076fef5
commit 15c5a6cb83

View File

@ -24,6 +24,8 @@ def getFactory():
submodules=True,
name = 'git operations',
description = 'operations of git like pull clone fetch',
doStepIf = lambda step : not isStopForce(step),
)
);