diff --git a/tasks/run_cd4pe_job.rb b/tasks/run_cd4pe_job.rb index 82f6301..ff8f5b3 100644 --- a/tasks/run_cd4pe_job.rb +++ b/tasks/run_cd4pe_job.rb @@ -435,6 +435,10 @@ def update_container_image end @logger.log(result[:message]) + + if (result[:exit_code] != 0) + @logger.log("Unable to update image #{@container_image}, falling back to local image.") + end end end