3550: Fix running local job repeatedly on subsequent loop iterations.
authorTom Clegg <tom@curoverse.com>
Wed, 17 Sep 2014 14:57:41 +0000 (10:57 -0400)
committerTom Clegg <tom@curoverse.com>
Wed, 17 Sep 2014 14:57:41 +0000 (10:57 -0400)
sdk/cli/bin/arv-run-pipeline-instance

index 0adfc83fc7f26c2846c2db3278974a2cdaca9f0c..dee57b059ebdd231d77775025644d59940fa611c 100755 (executable)
@@ -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'