20933: Use acrContainerImage where available
[arvados.git] / sdk / cwl / arvados_cwl / executor.py
index 0d177137bf46af579e11036ca73d41ab6e6279ab..330dba3dbe9f9ee5401f476b096753f39bd9ccb8 100644 (file)
@@ -649,6 +649,10 @@ The 'jobs' API is no longer supported.
             runtimeContext.copy_deps = True
             runtimeContext.match_local_docker = True
 
+        if runtimeContext.print_keep_deps:
+            runtimeContext.copy_deps = False
+            runtimeContext.match_local_docker = False
+
         if runtimeContext.update_workflow and self.project_uuid is None:
             # If we are updating a workflow, make sure anything that
             # gets uploaded goes into the same parent project, unless