Do not try to close dockercli in Kubernetes

This commit is contained in:
Pascal Sthamer
2024-10-25 10:59:18 +02:00
parent 8c91af54fa
commit 0910c08ee0
-3
View File
@@ -1301,9 +1301,6 @@ func handleExecutionResult(workflowExecution shuffle.WorkflowExecution) {
log.Printf("[ERROR] Unable to create docker client (3): %s", err)
return
}
}
if isKubernetes == "true" {
defer dockercli.Close()
}