argoproj / argo-workflows

Workflow Engine for Kubernetes
https://argo-workflows.readthedocs.io/
Apache License 2.0
15.11k stars 3.21k forks source link

fix: resolve output artifact of the step's hook. Fixes: #13860 #13861

Open shuangkun opened 2 weeks ago

shuangkun commented 2 weeks ago

When the hooks of the step are not empty, addOutputsToScope should be executed even if there is no exit hook.

Fixes #13860

Motivation

Modifications

Verification

shuangkun commented 2 weeks ago

/retest