From 15c5a6cb83a018a7c22939fe88ee29a59d633dab Mon Sep 17 00:00:00 2001 From: "a.yankovich" Date: Tue, 23 Jul 2019 17:17:08 +0300 Subject: [PATCH] fix stop force --- BuildBotLib/NPM.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BuildBotLib/NPM.py b/BuildBotLib/NPM.py index 6c0f9d3..51ff3bc 100644 --- a/BuildBotLib/NPM.py +++ b/BuildBotLib/NPM.py @@ -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), + ) );