From d8f97ca48cd194895fedbefbaa022196d25828f8 Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Wed, 17 Sep 2014 10:57:41 -0400 Subject: [PATCH] 3550: Fix running local job repeatedly on subsequent loop iterations. --- sdk/cli/bin/arv-run-pipeline-instance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/cli/bin/arv-run-pipeline-instance b/sdk/cli/bin/arv-run-pipeline-instance index 0adfc83fc7..dee57b059e 100755 --- a/sdk/cli/bin/arv-run-pipeline-instance +++ b/sdk/cli/bin/arv-run-pipeline-instance @@ -537,7 +537,7 @@ class WhRunPipelineInstance end end - if c[:job] and c[:run_in_process] + if c[:job] and c[:run_in_process] and c[:job][:success].nil? report_status begin require 'open3' -- 2.30.2