You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, popper does substitutions only within top-level keys of each step (e.g. id) and top-level dicts (e.g. env), but not further down the yaml tree.
Observed behavior
popper run -f the-above-wf.yml --substitution _POPPER_SUBST_LABEL=this-should-appear results in
My goal is to use a substitutions for container labels, like e.g.
However, popper does substitutions only within top-level keys of each step (e.g. id) and top-level dicts (e.g. env), but not further down the yaml tree.
Observed behavior
popper run -f the-above-wf.yml --substitution _POPPER_SUBST_LABEL=this-should-appear
results ininstead of the expected output.
Expected behavior
The text was updated successfully, but these errors were encountered: